Skip to content

Commit 59c55e2

Browse files
alvherrepull[bot]
authored andcommitted
Remove redundant declaration for XidInMVCCSnapshot
This was added for no good reason by c91560d, after b7eda3e had just moved the prototype from utils/tqual.h to utils/snapmgr.h. Author: Japin Li <japinli@hotmail.com> Discussion: https://postgr.es/m/MEYP282MB16693A409F3282A9DB287BADB63E9@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
1 parent 833a8e6 commit 59c55e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/access/heapam.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ extern HTSV_Result HeapTupleSatisfiesVacuumHorizon(HeapTuple htup, Buffer buffer
213213
extern void HeapTupleSetHintBits(HeapTupleHeader tuple, Buffer buffer,
214214
uint16 infomask, TransactionId xid);
215215
extern bool HeapTupleHeaderIsOnlyLocked(HeapTupleHeader tuple);
216-
extern bool XidInMVCCSnapshot(TransactionId xid, Snapshot snapshot);
217216
extern bool HeapTupleIsSurelyDead(HeapTuple htup,
218217
struct GlobalVisState *vistest);
219218

0 commit comments

Comments
 (0)