From: Alvaro Herrera Date: Fri, 22 Feb 2013 20:03:22 +0000 (-0300) Subject: Fix copy-and-pasteo X-Git-Tag: REL9_3_BETA1~311 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f03a779751f6fc8dc87628d021510c4ec9e1e667;p=postgresql Fix copy-and-pasteo Harmless, but it's certainly better like this. Noticed by Andres Freund --- diff --git a/contrib/pg_xlogdump/pg_xlogdump.c b/contrib/pg_xlogdump/pg_xlogdump.c index aef21898fb..78b884c20e 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