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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl
Дата
Msg-id 20190326010047.67hyjwabwcan7pd4@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-committers
Hi,

On 2019-03-25 17:47:17 -0700, Peter Geoghegan wrote:
> 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?

Hm. Fair question.  I guess if there's any potential external users of
it, they'd likely need to make v12 adjustments anyway?

Greetings,

Andres Freund


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: 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