projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
639ed4e
)
Fix copy-and-pasteo
author
Alvaro Herrera
Fri, 22 Feb 2013 20:03:22 +0000
(17:03 -0300)
committer
Alvaro Herrera
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
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_xlogdump/pg_xlogdump.c
b/contrib/pg_xlogdump/pg_xlogdump.c
index aef21898fb88f67af2ee00e21650614ca303a706..78b884c20ede0d9b94c77e35642e09a9b6167085 100644
(file)
--- 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