mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Get rid of extern declarations of non-existent functions.
Those extern declartions were mistakenly added by commit 7c4f52409. Author: Petr Jelinek
This commit is contained in:
parent
4fe04244b5
commit
cbc2270e3f
@ -95,12 +95,6 @@ extern void DecodingContextFindStartpoint(LogicalDecodingContext *ctx);
|
|||||||
extern bool DecodingContextReady(LogicalDecodingContext *ctx);
|
extern bool DecodingContextReady(LogicalDecodingContext *ctx);
|
||||||
extern void FreeDecodingContext(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 LogicalIncreaseXminForSlot(XLogRecPtr lsn, TransactionId xmin);
|
||||||
extern void LogicalIncreaseRestartDecodingForSlot(XLogRecPtr current_lsn,
|
extern void LogicalIncreaseRestartDecodingForSlot(XLogRecPtr current_lsn,
|
||||||
XLogRecPtr restart_lsn);
|
XLogRecPtr restart_lsn);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user