Skip to content

Commit 55892f8

Browse files
committed
Fix typos in names inside libdtm.
1 parent 9b2197a commit 55892f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pg_xtm/libdtm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "utils/snapmgr.h"
66
#include "access/clog.h"
77

8-
#define INVALID_GXID 0
8+
#define INVALID_XID 0
99
#define COMMIT_UNKNOWN 0
1010
#define COMMIT_YES 1
1111
#define COMMIT_NO 2
@@ -30,7 +30,7 @@ typedef struct {
3030
} GlobalTransactionId;
3131

3232
/* create entry for new global transaction */
33-
void DtmGlobalStartTransaction(DTMConn dtm, GlobalTransactionId* gitd);
33+
void DtmGlobalStartTransaction(DTMConn dtm, GlobalTransactionId* gtid);
3434

3535
Snapshot DtmGlobalGetSnapshot(DTMConn dtm, NodeId nodeid, TransactionId xid, Snapshot snapshot);
3636

0 commit comments

Comments
 (0)