Re: OIDs (Or: another RTFM question?) - Mailing list pgsql-general

From Tom Lane
Subject Re: OIDs (Or: another RTFM question?)
Date
Msg-id 11574.1026885593@sss.pgh.pa.us
Whole thread Raw
In response to Re: OIDs (Or: another RTFM question?)  (Thomas Lockhart <lockhart@fourpalms.org>)
Responses Re: OIDs (Or: another RTFM question?)
List pgsql-general
Thomas Lockhart <lockhart@fourpalms.org> writes:
>>> How much of a pain would it be to make that a 64-bit counter?
>> It'd be nontrivial, primarily because of portability issues...

> This stuff should be configurable, depending on platform support.

We do already support platforms where Datum is 64 bits because pointers
are 64 bits (eg, Alpha); on such hardware I think 64-bit OIDs would
have near-zero added execution cost.  But I'm troubled by the notion of
having OID be 32 bits on some platforms and 64 on others.  We have more
than enough platform-dependency issues already...

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Blank date field.. Help...
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Question: merit / feasibility of compressing frontend