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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: tableam: Add helper for indexes to check if a corresponding tabl
Date: 2019-03-26 00:34:26
Message-ID: E1h8a2s-0003kk-Pf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2019-03-26 00:47:17 Re: pgsql: tableam: Add helper for indexes to check if a corresponding tabl
Previous Message Thomas Munro 2019-03-25 22:44:35 pgsql: Add MacPorts support to src/test/ldap tests.