Re: OID wraparound (was Re: pg_depend) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: OID wraparound (was Re: pg_depend)
Date
Msg-id 3585.995642968@sss.pgh.pa.us
Whole thread Raw
In response to Re: OID wraparound (was Re: pg_depend)  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> What about moving the oid column out of the tuple header.  This saves 4
> bytes in the header in cases where there is no oid on the table.

No it doesn't --- at least not on machines where MAXALIGN is eight
bytes.

I don't think this is worth the trouble...
        regards, tom lane


pgsql-hackers by date:

Previous
From: jozzano
Date:
Subject: BUG (fixed) in CREATE TABLE ADD CONSTRAINT...(v-7.0.2)
Next
From: "Eduardo Stern"
Date:
Subject: Re: Large queries - again...