Re: BUG #1502: hash_seq_search might return removed entry

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1502: hash_seq_search might return removed entry
Дата
Msg-id 12029.1109522734@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #1502: hash_seq_search might return removed entry  (Thomas Hallgren <thhal@mailblocks.com>)
Ответы Re: BUG #1502: hash_seq_search might return removed entry  (Thomas Hallgren <thhal@mailblocks.com>)
Список pgsql-bugs
Thomas Hallgren <thhal@mailblocks.com> writes:
> Would such a patch be accepted?

Seems like a brute-force solution.  I'd look first at whether
AtCommit_Portals could just restart its hashtable scan after
each deletion; if that seems too inefficient, modify the hash
table entries themselves to carry a "portal already deleted"
flag.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1510: Indexes on boolean fields
Следующее
От: "rafal"
Дата:
Сообщение: BUG #1509: odbc driver