summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2016-02-29 18:11:58 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2016-02-29 18:11:58 -0300
commit0a3070baf3c48def1f7c46f57a6313adc26be4fa (patch)
tree7fcb9799bcaf232f0ecfcad885e1794658e6b688
parent397d247bac480c2ea7689b057bc9eb3ab49c87a5 (diff)
downloadpostgresql-0a3070baf3c48def1f7c46f57a6313adc26be4fa.tar.gz
Fix typos
Author: Amit Langote
-rw-r--r--src/backend/replication/syncrep.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/replication/syncrep.c b/src/backend/replication/syncrep.c
index c77f455381..350ecb36d0 100644
--- a/src/backend/replication/syncrep.c
+++ b/src/backend/replication/syncrep.c
@@ -364,7 +364,7 @@ SyncRepInitConfig(void)
* Update the LSNs on each queue based upon our latest state. This
* implements a simple policy of first-valid-standby-releases-waiter.
*
- * Other policies are possible, which would change what we do here and what
+ * Other policies are possible, which would change what we do here and
* perhaps also which information we store as well.
*/
void
@@ -379,9 +379,9 @@ SyncRepReleaseWaiters(void)
/*
* If this WALSender is serving a standby that is not on the list of
- * potential standbys then we have nothing to do. If we are still starting
- * up, still running base backup or the current flush position is still
- * invalid, then leave quickly also.
+ * potential sync standbys then we have nothing to do. If we are still
+ * starting up, still running base backup or the current flush position
+ * is still invalid, then leave quickly also.
*/
if (MyWalSnd->sync_standby_priority == 0 ||
MyWalSnd->state < WALSNDSTATE_STREAMING ||