]> granicus.if.org Git - postgresql/commitdiff
Fix copy-and-pasteo
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 22 Feb 2013 20:03:22 +0000 (17:03 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 22 Feb 2013 20:04:12 +0000 (17:04 -0300)
Harmless, but it's certainly better like this.

Noticed by Andres Freund

contrib/pg_xlogdump/pg_xlogdump.c

index aef21898fb88f67af2ee00e21650614ca303a706..78b884c20ede0d9b94c77e35642e09a9b6167085 100644 (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