Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitddd5f6d

Browse files
author
Amit Kapila
committed
Remove unused function declaration in logicalproto.h.
In the passing, fix a typo in pgoutput.c.Reported-by: Tomas VondraAuthor: Tomas VondraReviewed-by: Dilip KumarDiscussion:https://postgr.es/m/20200909084353.pncuclpbwlr7vylh@development
1 parent0758964 commitddd5f6d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎src/backend/replication/pgoutput/pgoutput.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ static void send_relation_and_attrs(Relation relation, TransactionId xid,
7777
* and with streamed transactions the commit order may be different from
7878
* the order the transactions are sent in. Also, the (sub) transactions
7979
* might get aborted so we need to send the schema for each (sub) transaction
80-
* so that we don'tloose the schema information on abort. For handling this,
80+
* so that we don'tlose the schema information on abort. For handling this,
8181
* we maintain the list of xids (streamed_txns) for those we have already sent
8282
* the schema.
8383
*

‎src/include/replication/logicalproto.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ extern void logicalrep_write_stream_start(StringInfo out, TransactionId xid,
133133
externTransactionIdlogicalrep_read_stream_start(StringInfoin,
134134
bool*first_segment);
135135
externvoidlogicalrep_write_stream_stop(StringInfoout);
136-
externTransactionIdlogicalrep_read_stream_stop(StringInfoin);
137136
externvoidlogicalrep_write_stream_commit(StringInfoout,ReorderBufferTXN*txn,
138137
XLogRecPtrcommit_lsn);
139138
externTransactionIdlogicalrep_read_stream_commit(StringInfoout,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp