RE: Something screwy about OID assignment with WAL code

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: Something screwy about OID assignment with WAL code
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A234D31A2@sectorbase1.sectorbase.com
обсуждение исходный текст
Ответ на Something screwy about OID assignment with WAL code  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Further investigation shows
> 
> template1=# select min(oid),max(oid) from pg_aggregate;
>  min  | max
> ------+------
>  2503 | 2558
> (1 row)
> 
> This is bogus.  The pg_aggregate entries should have OIDs above
> 16384, not down in the reserved-OID range.  It looks to me like
> initial startup of the OID counter is wrong with WAL enabled.

Thanks - I'll take a look.

Vadim


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Something screwy about OID assignment with WAL code
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PG 7.1 pre-beta bug ...