8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d02f0 commit 3f0e4beCopy full SHA for 3f0e4be
src/backend/replication/logical/logical.c
@@ -402,7 +402,7 @@ CreateDecodingContext(XLogRecPtr start_lsn,
402
/* call output plugin initialization callback */
403
old_context = MemoryContextSwitchTo(ctx->context);
404
if (ctx->callbacks.startup_cb != NULL)
405
- startup_cb_wrapper(ctx, &ctx->options, true);
+ startup_cb_wrapper(ctx, &ctx->options, false);
406
MemoryContextSwitchTo(old_context);
407
408
ereport(LOG,
0 commit comments