1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Fix typos.

David Rowley
This commit is contained in:
Robert Haas
2014-10-20 10:33:16 -04:00
parent 0f565c0743
commit bc279c92f0
3 changed files with 3 additions and 3 deletions

View File

@@ -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) &&