summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/pg_xlogdump/pg_xlogdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_xlogdump/pg_xlogdump.c b/contrib/pg_xlogdump/pg_xlogdump.c
index aef21898fb8..78b884c20ed 100644
--- a/contrib/pg_xlogdump/pg_xlogdump.c
+++ b/contrib/pg_xlogdump/pg_xlogdump.c
@@ -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