aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2014-10-20 10:33:16 -0400
committerRobert Haas <rhaas@postgresql.org>2014-10-20 10:33:16 -0400
commitbc279c92f0c213b7bc9a1aef9773aa9a3a9cd0e3 (patch)
tree5ed00f083df629d698db8e4c4cf3fa78456a2d27 /src/backend
parent0f565c074311d202f4524d1fd104b28c5a6adaf2 (diff)
downloadpostgresql-bc279c92f0c213b7bc9a1aef9773aa9a3a9cd0e3.tar.gz
postgresql-bc279c92f0c213b7bc9a1aef9773aa9a3a9cd0e3.zip
Fix typos.
David Rowley
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/replication/walsender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c
index 384c9b61ce1..385d18ba1bb 100644
--- a/src/backend/replication/walsender.c
+++ b/src/backend/replication/walsender.c
@@ -574,7 +574,7 @@ StartReplication(StartReplicationCmd *cmd)
* to find the requested WAL segment in pg_xlog.
*
* XXX: we could be more strict here and only allow a startpoint
- * that's older than the switchpoint, if it it's still in the same
+ * that's older than the switchpoint, if it's still in the same
* WAL segment.
*/
if (!XLogRecPtrIsInvalid(switchpoint) &&