Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5c24c61

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 4774f61 commit 5c24c61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/access/xact.h

-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ typedef struct xl_xact_twophase
225225
{
226226
TransactionId xid;
227227
} xl_xact_twophase;
228-
#define MinSizeOfXactInvals offsetof(xl_xact_invals, msgs)
229228

230229
typedef struct xl_xact_origin
231230
{

0 commit comments

Comments
 (0)