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

Commit4ef26ff

Browse files
committed
Fix typos
Author: Amit Langote
1 parentd288054 commit4ef26ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/replication/syncrep.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ SyncRepInitConfig(void)
361361
* Update the LSNs on each queue based upon our latest state. This
362362
* implements a simple policy of first-valid-standby-releases-waiter.
363363
*
364-
* Other policies are possible, which would change what we do here and what
364+
* Other policies are possible, which would change what we do here and
365365
* perhaps also which information we store as well.
366366
*/
367367
void
@@ -376,9 +376,9 @@ SyncRepReleaseWaiters(void)
376376

377377
/*
378378
* If this WALSender is serving a standby that is not on the list of
379-
* potential standbys then we have nothing to do. If we are still starting
380-
* up, still running base backup or the current flush position is still
381-
* invalid, then leave quickly also.
379+
* potentialsyncstandbys then we have nothing to do. If we are still
380+
*startingup, still running base backup or the current flush position
381+
*is stillinvalid, then leave quickly also.
382382
*/
383383
if (MyWalSnd->sync_standby_priority==0||
384384
MyWalSnd->state<WALSNDSTATE_STREAMING||

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp