Re: Big 7.1 open items
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Hiroshi Inoue" <Inoue@tpf.co.jp>
Cc: "Bruce Momjian" <pgman@candle.pha.pa.us>, "Peter Eisentraut" <peter_e@gmx.net>, "Jan Wieck" <JanWieck@Yahoo.com>, "PostgreSQL-development" <pgsql-hackers@postgresql.org>, "Ross J. Reedstrom" <reedstrm@rice.edu>, "Thomas Lockhart" <lockhart@alumni.caltech.edu>
Date: 2000-06-22T15:27:30Z
Lists: pgsql-hackers
"Hiroshi Inoue" <Inoue@tpf.co.jp> writes: > OK,I change my mind as follows. > OID except cygwin,unique-id on cygwin We don't really want to do that, do we? That's a huge difference in behavior to have in just one port --- especially a port that none of the primary developers use (AFAIK anyway). The cygwin port's normal state of existence will be "broken", surely, if we go that way. Besides which, OID alone doesn't give us a possibility of file versioning, and as I commented to Vadim I think we will want that, WAL or no WAL. So it seems to me the two viable choices are unique-id or OID+version-number. Either way, the file-naming behavior should be the same across all platforms. regards, tom lane