mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Fix copy-and-pasteo
Harmless, but it's certainly better like this. Noticed by Andres Freund
This commit is contained in:
@ -44,7 +44,7 @@ typedef struct XLogDumpConfig
|
||||
/* filter options */
|
||||
int filter_by_rmgr;
|
||||
TransactionId filter_by_xid;
|
||||
TransactionId filter_by_xid_enabled;
|
||||
bool filter_by_xid_enabled;
|
||||
} XLogDumpConfig;
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user