summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2016-11-05 15:51:46 +0000
committerTom Lane2016-11-05 15:51:46 +0000
commit86d19d27ce6d588ebb0afa84f9121515fa11686d (patch)
tree799474401bfb3a1466f7ebf16eb2c5ec857fed7c
parent06f5fd2f4f3d0991af07456e7cf6632b4ad9d7e7 (diff)
Remove duplicate macro definition.
Seems to be a copy-and-pasteo. Odd that we heard no reports of compiler warnings about it. Thomas Munro
-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 503ae1b82d..a123d2a7c4 100644
--- a/src/include/access/xact.h
+++ b/src/include/access/xact.h
@@ -225,7 +225,6 @@ typedef struct xl_xact_twophase
{
TransactionId xid;
} xl_xact_twophase;
-#define MinSizeOfXactInvals offsetof(xl_xact_invals, msgs)
typedef struct xl_xact_origin
{