From: Alvaro Herrera Date: Fri, 22 Feb 2013 20:03:22 +0000 (-0300) Subject: Fix copy-and-pasteo X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f03a779751f6fc8dc87628d021510c4ec9e1e667;p=users%2Fbernd%2Fpostgres.git 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