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

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: tableam: Add helper for indexes to check if a corresponding tabl
Date: 2019-03-26 00:47:17
Message-ID: CAH2-Wzn0Oq4ftJrTqRAsWy2WGjv0QrJcwoZ+yqWsF_Z5vjUBFw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Mon, Mar 25, 2019 at 5:34 PM Andres Freund <andres(at)anarazel(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-03-26 01:00:47 Re: pgsql: tableam: Add helper for indexes to check if a corresponding tabl
Previous Message Andres Freund 2019-03-26 00:34:26 pgsql: tableam: Add helper for indexes to check if a corresponding tabl