8000 Fix typos · prmdeveloper/postgres@0a3070b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a3070b

Browse files
committed
Fix typos
Author: Amit Langote
1 parent 397d247 commit 0a3070b

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
@@ -364,7 +364,7 @@ SyncRepInitConfig(void)
364364
* Update the LSNs on each queue based upon our latest state. This
365365
* implements a simple policy of first-valid-standby-releases-waiter.
366366
*
367-
* Other policies are possible, which would change what we do here and what
367+
* Other policies are possible, which would change what we do here and
368368
* perhaps also which information we store as well.
369369
*/
370370
void
@@ -379,9 +379,9 @@ SyncRepReleaseWaiters(void)
379379

380380
/*
381381
* If this WALSender is serving a standby that is not on the list of
382-
* potential standbys then we have nothing to do. If we are still starting
383-
* up, still running base backup or the current flush position is still
384-
* invalid, then leave quickly also.
382+
* potential sync standbys then we have nothing to do. If we are still
383+
* starting up, still running base backup or the current flush position
384+
* is still invalid, then leave quickly also.
385385
*/
386386
if (MyWalSnd->sync_standby_priority == 0 ||
387387
MyWalSnd->state < WALSNDSTATE_STREAMING ||

0 commit comments

Comments
 (0)
BB8
0