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