mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 01:31:07 -05:00
Fix typo in comment, and reword it slightly while we're at it.
This commit is contained in:
parent
49bf146b7a
commit
a846f63aed
1 changed files with 2 additions and 2 deletions
|
|
@ -9661,8 +9661,8 @@ do_pg_stop_backup(char *labelfile, bool waitforarchive)
|
|||
* archived, or include them into the backup.
|
||||
*
|
||||
* 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 if the minimum recovery point is updated since the backup of
|
||||
* location. Note that it can be greater than the exact backup end
|
||||
* location if the minimum recovery point is updated after the backup of
|
||||
* pg_control. This is harmless for current uses.
|
||||
*
|
||||
* XXX currently a backup history file is for informational and debug
|
||||
|
|
|
|||
Loading…
Reference in a new issue