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

Commit10b4852

Browse files
committed
Fix typos
Author: Amit Langote
1 parent1c7c189 commit10b4852

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
@@ -406,7 +406,7 @@ SyncRepGetSynchronousStandby(void)
406406
* Update the LSNs on each queue based upon our latest state. This
407407
* implements a simple policy of first-valid-standby-releases-waiter.
408408
*
409-
* Other policies are possible, which would change what we do here and what
409+
* Other policies are possible, which would change what we do here and
410410
* perhaps also which information we store as well.
411411
*/
412412
void
@@ -419,9 +419,9 @@ SyncRepReleaseWaiters(void)
419419

420420
/*
421421
* If this WALSender is serving a standby that is not on the list of
422-
* potential standbys then we have nothing to do. If we are still starting
423-
* up, still running base backup or the current flush position is still
424-
* invalid, then leave quickly also.
422+
* potentialsyncstandbys then we have nothing to do. If we are still
423+
*startingup, still running base backup or the current flush position
424+
*is stillinvalid, then leave quickly also.
425425
*/
426426
if (MyWalSnd->sync_standby_priority==0||
427427
MyWalSnd->state<WALSNDSTATE_STREAMING||

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp