pgsql: tableam: Add helper for indexes to check if a correspondingtabl

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: tableam: Add helper for indexes to check if a correspondingtabl
Дата
Msg-id E1h8a2s-0003kk-Pf@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl  (Peter Geoghegan <pg@bowt.ie>)
Список 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 по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Add MacPorts support to src/test/ldap tests.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: tableam: Add helper for indexes to check if acorresponding tabl