From: Tom Lane Date: Sat, 5 Nov 2016 15:51:46 +0000 (-0400) Subject: Remove duplicate macro definition. X-Git-Tag: REL_10_BETA1~1449 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86d19d27ce6d588ebb0afa84f9121515fa11686d;p=postgresql Remove duplicate macro definition. Seems to be a copy-and-pasteo. Odd that we heard no reports of compiler warnings about it. Thomas Munro --- 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 {