diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-11-05 11:51:46 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-11-05 11:51:46 -0400 |
commit | 86d19d27ce6d588ebb0afa84f9121515fa11686d (patch) | |
tree | 799474401bfb3a1466f7ebf16eb2c5ec857fed7c /src | |
parent | 06f5fd2f4f3d0991af07456e7cf6632b4ad9d7e7 (diff) | |
download | postgresql-86d19d27ce6d588ebb0afa84f9121515fa11686d.tar.gz postgresql-86d19d27ce6d588ebb0afa84f9121515fa11686d.zip |
Remove duplicate macro definition.
Seems to be a copy-and-pasteo. Odd that we heard no reports of
compiler warnings about it.
Thomas Munro
Diffstat (limited to 'src')
-rw-r--r-- | src/include/access/xact.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 503ae1b82d7..a123d2a7c49 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 { |