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 | 5c24c61273889cc773314cdb3f9891d1faf612fd (patch) | |
tree | d16527b59a44dd6b91f9700f61af3c4fa0f4ad6c /src | |
parent | 4774f61830290eb4c14bf2770c3167b3dd786120 (diff) | |
download | postgresql-5c24c61273889cc773314cdb3f9891d1faf612fd.tar.gz postgresql-5c24c61273889cc773314cdb3f9891d1faf612fd.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 { |