diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/access/heapam.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h index b3a595c67e9..53839f52707 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -145,6 +145,9 @@ extern void heap_get_latest_tid(Relation relation, Snapshot snapshot, ItemPointer tid); extern void setLastTid(const ItemPointer tid); +extern bool HeapTupleUpdateXmaxMatchesXmin(TransactionId xmax, + HeapTupleHeader htup); + extern BulkInsertState GetBulkInsertState(void); extern void FreeBulkInsertState(BulkInsertState); |