Re: OIDs as keys - Mailing list pgsql-performance

From Tom Lane
Subject Re: OIDs as keys
Date
Msg-id 9113.1046329568@sss.pgh.pa.us
Whole thread Raw
In response to Re: OIDs as keys  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: OIDs as keys  ("Ron Mayer" <ron@intervideo.com>)
List pgsql-performance
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> The patch I submitted did not include OID stuff, I decided that it's better
> to submit orthogonal patches :)

Right.  But the problem with switching the OID default is not a matter
of code --- it's of working out what the compatibility issues are.
As I recall, one thing people did not want was for pg_dump to plaster
WITH OIDS or WITHOUT OIDS on every single CREATE TABLE, as this would
pretty much destroy any shot at loading PG dumps into any other
database.  What we need is an agreement on the behavior we want (making
the best possible compromise between this and other compatibility
desires).  After that, the actual patch is probably trivial, while in
advance of some consensus on the behavior, offering a patch is a waste
of time.

            regards, tom lane

pgsql-performance by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: OIDs as keys
Next
From: Tom Lane
Date:
Subject: Re: OIDs as keys