diff options
-rw-r--r-- | src/include/access/heapam.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h index 9dab35551e1..5b078757404 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -213,7 +213,6 @@ extern HTSV_Result HeapTupleSatisfiesVacuumHorizon(HeapTuple htup, Buffer buffer extern void HeapTupleSetHintBits(HeapTupleHeader tuple, Buffer buffer, uint16 infomask, TransactionId xid); extern bool HeapTupleHeaderIsOnlyLocked(HeapTupleHeader tuple); -extern bool XidInMVCCSnapshot(TransactionId xid, Snapshot snapshot); extern bool HeapTupleIsSurelyDead(HeapTuple htup, struct GlobalVisState *vistest); |