Bruce Momjian wrote:
> Seems we should throw an error on rollover, or at least jump from 0 to
> 17k to skip the system oid's. That zero oid is going to cause a
> problem, perhaps. Of course, it is has never happened, but maybe we
> should do it for people's sanity.
Skipping the system oids is no guarantee things will keep working on
rollover. In fact I'm not sure it would help at all. The only way would
be to compress the existing oids via a utility or go to 64 bit. Has
anyone actually run out?
>