GetNewOidWithIndex can cause infinite loop on user tables(not catalog). - Mailing list pgsql-bugs

From Jacky Leng
Subject GetNewOidWithIndex can cause infinite loop on user tables(not catalog).
Date
Msg-id fpgtb6$j3f$1@news.hub.org
Whole thread Raw
Responses Re: GetNewOidWithIndex can cause infinite loop on user tables(not catalog).  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
List 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 by date:

Previous
From: "Maxime Carbonneau"
Date:
Subject: BUG #3972: ERROR: function 59015 returned NULL
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: GetNewOidWithIndex can cause infinite loop on user tables(not catalog).