tableam: Add helper for indexes to check if a corresponding table tuples exist.
Andres Freund <andres@anarazel.de>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/nbtree/nbtinsert.c | modified | +10 −7 |
| src/backend/access/nbtree/nbtsort.c | modified | +1 −1 |
| src/backend/access/table/tableam.c | modified | +34 −0 |
| src/include/access/tableam.h | modified | +19 −6 |
Discussion
- Pluggable Storage - Andres's take 179 messages · 2018-07-03 → 2019-08-17