We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4fe0424 commitcbc2270Copy full SHA for cbc2270
src/include/replication/logical.h
@@ -95,12 +95,6 @@ extern void DecodingContextFindStartpoint(LogicalDecodingContext *ctx);
95
externboolDecodingContextReady(LogicalDecodingContext*ctx);
96
externvoidFreeDecodingContext(LogicalDecodingContext*ctx);
97
98
-externLogicalDecodingContext*CreateCopyDecodingContext(
99
-List*output_plugin_options,
100
-LogicalOutputPluginWriterPrepareWriteprepare_write,
101
-LogicalOutputPluginWriterWritedo_write);
102
-externList*DecodingContextGetTableList(LogicalDecodingContext*ctx);
103
-
104
externvoidLogicalIncreaseXminForSlot(XLogRecPtrlsn,TransactionIdxmin);
105
externvoidLogicalIncreaseRestartDecodingForSlot(XLogRecPtrcurrent_lsn,
106
XLogRecPtrrestart_lsn);