Re: heap_create with OID?

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема Re: heap_create with OID?
Дата
Msg-id 3965286B.DC2A95F@nimrod.itg.telecom.com.au
обсуждение исходный текст
Ответ на Re: heap_create with OID?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
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?

>


В списке pgsql-hackers по дате отправления:

Предыдущее
От: JanWieck@t-online.de (Jan Wieck)
Дата:
Сообщение: Re: Memo on coding practices: strcmp() does not yield bool
Следующее
От: Chris Bitmead
Дата:
Сообщение: Re: heap_create with OID?