On Mon, Mar 25, 2019 at 5:34 PM Andres Freund <and...@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