GetNewOidWithIndex can cause infinite loop on user tables(not catalog).

Поиск
Список
Период
Сортировка
От Jacky Leng
Тема GetNewOidWithIndex can cause infinite loop on user tables(not catalog).
Дата
Msg-id fpgtb6$j3f$1@news.hub.org
обсуждение исходный текст
Ответы Re: GetNewOidWithIndex can cause infinite loop on user tables(not catalog).  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Список pgsql-bugs
e.g.
--Create table t(a int) with oids;
--create unique index it on t(oid);
--insert 4G-16384 rows into t;
--insert into t values(1);
    As all oids has been used, GetNewObjectId will never find a usable Oid,
so.....

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

Предыдущее
От: "Maxime Carbonneau"
Дата:
Сообщение: BUG #3972: ERROR: function 59015 returned NULL
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: GetNewOidWithIndex can cause infinite loop on user tables(not catalog).