Skip to content

Commit 56993cd

Browse files
committed
Remove duplicate macro definition.
Seems to be a copy-and-pasteo. Odd that we heard no reports of compiler warnings about it. Thomas Munro
1 parent 56d34ba commit 56993cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/access/xact.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ typedef struct xl_xact_twophase
220220
{
221221
TransactionId xid;
222222
} xl_xact_twophase;
223-
#define MinSizeOfXactInvals offsetof(xl_xact_invals, msgs)
224223

225224
typedef struct xl_xact_origin
226225
{

0 commit comments

Comments
 (0)