Thanks to visit codestin.com Credit goes to github.com
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 4fe0424 commit cbc2270Copy full SHA for cbc2270
src/include/replication/logical.h
@@ -95,12 +95,6 @@ extern void DecodingContextFindStartpoint(LogicalDecodingContext *ctx);
95
extern bool DecodingContextReady(LogicalDecodingContext *ctx);
96
extern void FreeDecodingContext(LogicalDecodingContext *ctx);
97
98
-extern LogicalDecodingContext *CreateCopyDecodingContext(
99
- List *output_plugin_options,
100
- LogicalOutputPluginWriterPrepareWrite prepare_write,
101
- LogicalOutputPluginWriterWrite do_write);
102
-extern List *DecodingContextGetTableList(LogicalDecodingContext *ctx);
103
-
104
extern void LogicalIncreaseXminForSlot(XLogRecPtr lsn, TransactionId xmin);
105
extern void LogicalIncreaseRestartDecodingForSlot(XLogRecPtr current_lsn,
106
XLogRecPtr restart_lsn);
0 commit comments