Commit 86d19d27 authored by Tom Lane's avatar Tom Lane

Remove duplicate macro definition.

Seems to be a copy-and-pasteo.  Odd that we heard no reports of
compiler warnings about it.

Thomas Munro
parent 06f5fd2f
...@@ -225,7 +225,6 @@ typedef struct xl_xact_twophase ...@@ -225,7 +225,6 @@ typedef struct xl_xact_twophase
{ {
TransactionId xid; TransactionId xid;
} xl_xact_twophase; } xl_xact_twophase;
#define MinSizeOfXactInvals offsetof(xl_xact_invals, msgs)
typedef struct xl_xact_origin typedef struct xl_xact_origin
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment