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

Commita375951

Browse files
committed
[PGPRO-4074] export PhysicalConfirmReceivedLocation
(cherry picked from commit 8bbed7ae87dcea9ab8a85a411b51c6c6db303aa4)tags: multimaster(cherry picked from commit 1cefc6fa5ed24d4b33c5ca5d4248b542eae60ba9)
1 parent8a12ea5 commita375951

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎src/backend/replication/walsender.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ ProcessStandbyMessage(void)
18351835
/*
18361836
* Remember that a walreceiver just confirmed receipt of lsn `lsn`.
18371837
*/
1838-
staticvoid
1838+
void
18391839
PhysicalConfirmReceivedLocation(XLogRecPtrlsn)
18401840
{
18411841
boolchanged= false;

‎src/include/replication/walsender.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ extern void WalSndInitStopping(void);
4747
externvoidWalSndWaitStopping(void);
4848
externvoidHandleWalSndInitStopping(void);
4949
externvoidWalSndRqstFileReload(void);
50+
externvoidPhysicalConfirmReceivedLocation(XLogRecPtrlsn);
5051

5152
/*
5253
* Remember that we want to wakeup walsenders later

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp