@@ -1027,7 +1027,7 @@ begin:;
10271027
10281028END_CRIT_SECTION ();
10291029
1030- /*wakeup the WalSnd now that we releasedthe WALWriteLock */
1030+ /*wake up walsenders now that we've releasedheavily contended locks */
10311031WalSndWakeupProcessRequests ();
10321032return RecPtr ;
10331033}
@@ -1212,7 +1212,7 @@ begin:;
12121212
12131213END_CRIT_SECTION ();
12141214
1215- /*wakeup the WalSnd now that we outside contented locks */
1215+ /*wake up walsenders now that we've released heavily contended locks */
12161216WalSndWakeupProcessRequests ();
12171217
12181218return RecPtr ;
@@ -1800,7 +1800,7 @@ XLogWrite(XLogwrtRqst WriteRqst, bool flexible, bool xlog_switch)
18001800{
18011801issue_xlog_fsync (openLogFile ,openLogSegNo );
18021802
1803- /* signal that we need to wakeupWalSnd later */
1803+ /* signal that we need to wakeupwalsenders later */
18041804WalSndWakeupRequest ();
18051805
18061806LogwrtResult .Flush = LogwrtResult .Write ;/* end of page */
@@ -1868,7 +1868,7 @@ XLogWrite(XLogwrtRqst WriteRqst, bool flexible, bool xlog_switch)
18681868
18691869issue_xlog_fsync (openLogFile ,openLogSegNo );
18701870
1871- /* signal that we need to wakeupWalSnd later */
1871+ /* signal that we need to wakeupwalsenders later */
18721872WalSndWakeupRequest ();
18731873}
18741874LogwrtResult .Flush = LogwrtResult .Write ;
@@ -2150,7 +2150,7 @@ XLogFlush(XLogRecPtr record)
21502150
21512151END_CRIT_SECTION ();
21522152
2153- /*wakeup the WalSnd now that we releasedthe WALWriteLock */
2153+ /*wake up walsenders now that we've releasedheavily contended locks */
21542154WalSndWakeupProcessRequests ();
21552155
21562156/*
@@ -2278,7 +2278,7 @@ XLogBackgroundFlush(void)
22782278
22792279END_CRIT_SECTION ();
22802280
2281- /*wakeup the WalSnd now that we releasedthe WALWriteLock */
2281+ /*wake up walsenders now that we've releasedheavily contended locks */
22822282WalSndWakeupProcessRequests ();
22832283
22842284return wrote_something ;