Fix a comment in walproposer_pg.c (#8583)

## Problem
Perhaps there is an error in the source code comment.

## Summary of changes
Fix "walsender" to "walproposer"
This commit is contained in:
Shinya Kato
2024-08-12 21:24:25 +09:00
committed by GitHub
parent 06df6ca52e
commit 41b5ee491e

View File

@@ -512,7 +512,7 @@ replication_feedback_get_lsns(XLogRecPtr *writeLsn, XLogRecPtr *flushLsn, XLogRe
}
/*
* Start walsender streaming replication
* Start walproposer streaming replication
*/
static void
walprop_pg_start_streaming(WalProposer *wp, XLogRecPtr startpos)