projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14d02f0
)
Fix thinko in logical decoding code.
author
Robert Haas
Mon, 31 Mar 2014 17:03:18 +0000
(13:03 -0400)
committer
Robert Haas
Mon, 31 Mar 2014 17:03:18 +0000
(13:03 -0400)
Andres Freund
src/backend/replication/logical/logical.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/logical/logical.c
b/src/backend/replication/logical/logical.c
index 8c6c6c2bb3ba02f3e8dec3937f3dfa44c670c095..1d08b50da393b9c2b41b1f0428836a6eba6e14d9 100644
(file)
--- a/
src/backend/replication/logical/logical.c
+++ b/
src/backend/replication/logical/logical.c
@@
-402,7
+402,7
@@
CreateDecodingContext(XLogRecPtr start_lsn,
/* call output plugin initialization callback */
old_context = MemoryContextSwitchTo(ctx->context);
if (ctx->callbacks.startup_cb != NULL)
- startup_cb_wrapper(ctx, &ctx->options,
tru
e);
+ startup_cb_wrapper(ctx, &ctx->options,
fals
e);
MemoryContextSwitchTo(old_context);
ereport(LOG,