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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GetNewOidWithIndex can cause infinite loop on user tables(not catalog).
Дата
Msg-id 8705.1203524119@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: GetNewOidWithIndex can cause infinite loop on user tables(not catalog).  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Список pgsql-bugs
"Heikki Linnakangas" <heikki@enterprisedb.com> writes:
> Jacky Leng wrote:
>> --Create table t(a int) with oids;
>> --create unique index it on t(oid);
>> --insert 4G-16384 rows into t;

> ... Therefore: don't do that.

Indeed.  It might be a good idea if that loop had a
CHECK_FOR_INTERRUPTS, though.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3965: UNIQUE constraint fails on long column values
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3969: pg_ctl cannot detect server startup