mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Remove unused function declaration in logicalproto.h.
In the passing, fix a typo in pgoutput.c. Reported-by: Tomas Vondra Author: Tomas Vondra Reviewed-by: Dilip Kumar Discussion: https://postgr.es/m/20200909084353.pncuclpbwlr7vylh@development
This commit is contained in:
@@ -133,7 +133,6 @@ extern void logicalrep_write_stream_start(StringInfo out, TransactionId xid,
|
||||
extern TransactionId logicalrep_read_stream_start(StringInfo in,
|
||||
bool *first_segment);
|
||||
extern void logicalrep_write_stream_stop(StringInfo out);
|
||||
extern TransactionId logicalrep_read_stream_stop(StringInfo in);
|
||||
extern void logicalrep_write_stream_commit(StringInfo out, ReorderBufferTXN *txn,
|
||||
XLogRecPtr commit_lsn);
|
||||
extern TransactionId logicalrep_read_stream_commit(StringInfo out,
|
||||
|
||||
Reference in New Issue
Block a user