Fix typo in comment, and reword it slightly while we're at it.

This commit is contained in:
Heikki Linnakangas 2012-10-04 10:34:40 +03:00
parent fb34e94d21
commit 1a956481ba

View File

@ -8743,8 +8743,8 @@ do_pg_stop_backup(char *labelfile, bool waitforarchive)
* archived, or include them into the backup. * archived, or include them into the backup.
* *
* We return the current minimum recovery point as the backup end * We return the current minimum recovery point as the backup end
* location. Note that it's would be bigger than the exact backup end * location. Note that it can be greater than the exact backup end
* location if the minimum recovery point is updated since the backup of * location if the minimum recovery point is updated after the backup of
* pg_control. This is harmless for current uses. * pg_control. This is harmless for current uses.
* *
* XXX currently a backup history file is for informational and debug * XXX currently a backup history file is for informational and debug