aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-11-05 11:51:46 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-11-05 11:51:46 -0400
commit56993cd17efc71f321c3aa09d93d03d11b83b8c6 (patch)
tree9b31978f2abbce6ebd6de5d9488bbc7ebe6d7eaf /src
parent56d34ba5fb919dd9ee2e7aeb20e6f00610198067 (diff)
downloadpostgresql-56993cd17efc71f321c3aa09d93d03d11b83b8c6.tar.gz
postgresql-56993cd17efc71f321c3aa09d93d03d11b83b8c6.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.h1
1 files changed, 0 insertions, 1 deletions
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
{