Skip to content

Commit 6022534

Browse files
committed
Fix coment in xtm.h
1 parent c5c4be4 commit 6022534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/xtm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ typedef struct
2121
/* Get current transaction status (encapsulation of TransactionIdGetStatus in clog.c) */
2222
XidStatus (*GetTransactionStatus)(TransactionId xid, XLogRecPtr *lsn);
2323

24-
/* Set current transaction status (encapsulation of TransactionIdGetStatus in clog.c) */
24+
/* Set current transaction status (encapsulation of TransactionIdSetTreeStatus in clog.c) */
2525
bool (*SetTransactionStatus)(TransactionId xid, int nsubxids, TransactionId *subxids, XidStatus status, XLogRecPtr lsn);
2626

2727
/* Get current transaction snaphot (encapsulation of GetSnapshotData in procarray.c) */

0 commit comments

Comments
 (0)