pgsql: tableam: Add helper for indexes to check if a correspondingtabl - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: tableam: Add helper for indexes to check if a correspondingtabl
Date
Msg-id E1h8a2s-0003kk-Pf@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl
List pgsql-committers
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.

Author: Andres Freund
Discussion: https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/71bdc99d0d7c3b2d73fa04fb2ff80870ce1305f7

Modified Files
--------------
src/backend/access/nbtree/nbtinsert.c | 17 ++++++++++-------
src/backend/access/nbtree/nbtsort.c   |  2 +-
src/backend/access/table/tableam.c    | 34 ++++++++++++++++++++++++++++++++++
src/include/access/tableam.h          | 25 +++++++++++++++++++------
4 files changed, 64 insertions(+), 14 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Add MacPorts support to src/test/ldap tests.
Next
From: Peter Geoghegan
Date:
Subject: Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl