Fix copy-and-pasteo

Harmless, but it's certainly better like this.

Noticed by Andres Freund
This commit is contained in:
Alvaro Herrera 2013-02-22 17:03:22 -03:00
parent 639ed4e84b
commit f03a779751
1 changed files with 1 additions and 1 deletions

View File

@ -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