From: Tom Lane Date: Sat, 5 Nov 2016 15:51:46 +0000 (-0400) Subject: Remove duplicate macro definition. X-Git-Tag: REL9_5_6~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56993cd17efc71f321c3aa09d93d03d11b83b8c6;p=thirdparty%2Fpostgresql.git 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 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 {