mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Remove duplicate macro definition.
Seems to be a copy-and-pasteo. Odd that we heard no reports of compiler warnings about it. Thomas Munro
This commit is contained in:
@ -225,7 +225,6 @@ typedef struct xl_xact_twophase
|
|||||||
{
|
{
|
||||||
TransactionId xid;
|
TransactionId xid;
|
||||||
} xl_xact_twophase;
|
} xl_xact_twophase;
|
||||||
#define MinSizeOfXactInvals offsetof(xl_xact_invals, msgs)
|
|
||||||
|
|
||||||
typedef struct xl_xact_origin
|
typedef struct xl_xact_origin
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user