aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/access/xact.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h
index cb1c2db4cf8..6bfc1ae1671 100644
--- a/src/include/access/xact.h
+++ b/src/include/access/xact.h
@@ -220,7 +220,6 @@ typedef struct xl_xact_twophase
{
TransactionId xid;
} xl_xact_twophase;
-#define MinSizeOfXactInvals offsetof(xl_xact_invals, msgs)
typedef struct xl_xact_origin
{