diff options
Diffstat (limited to 'src/backend/replication/walsender.c')
-rw-r--r-- | src/backend/replication/walsender.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index 631d1e0c9fd..13bc3e0aee4 100644 --- a/src/backend/replication/walsender.c +++ b/src/backend/replication/walsender.c @@ -3389,7 +3389,7 @@ WalSndDone(WalSndSendDataCallback send_data) * This should only be called when in recovery. * * This is called either by cascading walsender to find WAL postion to be sent - * to a cascaded standby or by slot synchronization function to validate remote + * to a cascaded standby or by slot synchronization operation to validate remote * slot's lsn before syncing it locally. * * As a side-effect, *tli is updated to the TLI of the last |