Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl
Дата
Msg-id CAH2-Wzn0Oq4ftJrTqRAsWy2WGjv0QrJcwoZ+yqWsF_Z5vjUBFw@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: tableam: Add helper for indexes to check if a correspondingtabl  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
On Mon, Mar 25, 2019 at 5:34 PM Andres Freund <andres@anarazel.de> wrote:
> tableam: Add helper for indexes to check if a corresponding table tuples exist.
>
> This is, likely exclusively, useful to verify that conflicts detected
> in a unique index are with live tuples, rather than dead ones.

Any reason why you didn't remove the heap_hot_search() wrapper
function entirely?

-- 
Peter Geoghegan


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: tableam: Add helper for indexes to check if a correspondingtabl
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl