From: | "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM> |
---|---|
To: | pgsql-hackers(at)hub(dot)org |
Subject: | New file naming |
Date: | 2000-10-16 15:13:14 |
Message-ID: | 8F4C99C66D04D4118F580090272A7A230327B9@SECTORBASE1 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
is implemented. Regression tests are passed.
make distclean + initdb are required.
Now all file/dir names are numeric. OIDs are used
for databases *and* relations on creation, but
relation file names may be changed later if required
(separate from oid pg_class.relfilenode field is used).
ALTER TABLE RENAME is rollback-able now. I think that
it's very easy to make DROP TABLE rollback-able too
(file should be removed after xaction committed) but
I have no time to deal with this currently.
There is still one issue - database locations. They don't
work at the moment. I'm going to use soft link for them.
Thomas, is it ok?
Vadim
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-10-16 15:15:37 | WAL and indexes (Re: WAL status & todo) |
Previous Message | Thomas Lockhart | 2000-10-16 15:13:10 | Re: Precedence of '|' operator (was Re: [patch,rfc] binary operators on integers) |