Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a375951

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

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-
static void
1838+
void
18391839
PhysicalConfirmReceivedLocation(XLogRecPtr lsn)
18401840
{
18411841
bool changed = 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
extern void WalSndWaitStopping(void);
4848
extern void HandleWalSndInitStopping(void);
4949
extern void WalSndRqstFileReload(void);
50+
extern void PhysicalConfirmReceivedLocation(XLogRecPtr lsn);
5051

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

0 commit comments

Comments
 (0)