Commit f03a7797 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix copy-and-pasteo

Harmless, but it's certainly better like this.

Noticed by Andres Freund
parent 639ed4e8
...@@ -44,7 +44,7 @@ typedef struct XLogDumpConfig ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment