]> granicus.if.org Git - postgresql/commitdiff
Get rid of extern declarations of non-existent functions.
authorFujii Masao <fujii@postgresql.org>
Mon, 24 Apr 2017 16:31:42 +0000 (01:31 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 24 Apr 2017 16:31:42 +0000 (01:31 +0900)
Those extern declartions were mistakenly added by commit 7c4f52409.

Author: Petr Jelinek

src/include/replication/logical.h

index 7d6c88efe3479f9eda0b516c12bf73934a59ed66..f012735f14e7d049f4809b51da62fe08c8ddb43a 100644 (file)
@@ -95,12 +95,6 @@ extern void DecodingContextFindStartpoint(LogicalDecodingContext *ctx);
 extern bool DecodingContextReady(LogicalDecodingContext *ctx);
 extern void FreeDecodingContext(LogicalDecodingContext *ctx);
 
-extern LogicalDecodingContext *CreateCopyDecodingContext(
-                                         List *output_plugin_options,
-                                         LogicalOutputPluginWriterPrepareWrite prepare_write,
-                                         LogicalOutputPluginWriterWrite do_write);
-extern List *DecodingContextGetTableList(LogicalDecodingContext *ctx);
-
 extern void LogicalIncreaseXminForSlot(XLogRecPtr lsn, TransactionId xmin);
 extern void LogicalIncreaseRestartDecodingForSlot(XLogRecPtr current_lsn,
                                                                          XLogRecPtr restart_lsn);