Re: 64-bit sequences

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Paul Caskey <paul(at)nmxs(dot)com>, PGSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 64-bit sequences
Date: 2000-06-25 01:59:58
Message-ID: 21944.961898398@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
>> Except for all the places that assume Oid is interchangeable with int.
>> Finding them is left as an exercise for the student...

> It would be nice to get OID to act as an unsigned 'int' in all places.

Actually, I'd like to get rid of the assumption that it has anything
to do with int. Signed or not is the least of my worries --- I'd like
to be able to equate Oid to long long, for example.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-06-25 02:27:19 Re: About the pid and opts files
Previous Message Peter Eisentraut 2000-06-25 01:01:18 Re: Server process exited with status 139 (meaning?)