Fix copy-and-pasteo
Harmless, but it's certainly better like this. Noticed by Andres Freund
This commit is contained in:
parent
639ed4e84b
commit
f03a779751
@ -44,7 +44,7 @@ typedef struct XLogDumpConfig
|
|||||||
/* filter options */
|
/* filter options */
|
||||||
int filter_by_rmgr;
|
int filter_by_rmgr;
|
||||||
TransactionId filter_by_xid;
|
TransactionId filter_by_xid;
|
||||||
TransactionId filter_by_xid_enabled;
|
bool filter_by_xid_enabled;
|
||||||
} XLogDumpConfig;
|
} XLogDumpConfig;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user