projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56d34ba
)
Remove duplicate macro definition.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 5 Nov 2016 15:51:46 +0000
(11:51 -0400)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/xact.h
b/src/include/access/xact.h
index cb1c2db4cf8102413dbf2f6ffbcf3d4c1d653e21..6bfc1ae1671d28bc252c1ef710579d91693e8456 100644
(file)
--- 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
{