]> granicus.if.org Git - postgresql/commitdiff
Remove duplicate macro definition.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Nov 2016 15:51:46 +0000 (11:51 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Nov 2016 15:51:46 +0000 (11:51 -0400)
Seems to be a copy-and-pasteo.  Odd that we heard no reports of
compiler warnings about it.

Thomas Munro

src/include/access/xact.h

index 503ae1b82d7bdc887eb56511fafee351cd6f5521..a123d2a7c49bac097721b077b5308632886fb292 100644 (file)
@@ -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
 {