Skip to content

Commit 1a95648

Browse files
committed
Fix typo in comment, and reword it slightly while we're at it.
1 parent fb34e94 commit 1a95648

File tree

1 file changed

+2
-2
lines changed
  • src/backend/access/transam

1 file changed

+2
-2
lines changed

src/backend/access/transam/xlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8743,8 +8743,8 @@ do_pg_stop_backup(char *labelfile, bool waitforarchive)
87438743
* archived, or include them into the backup.
87448744
*
87458745
* We return the current minimum recovery point as the backup end
8746-
* location. Note that it's would be bigger than the exact backup end
8747-
* location if the minimum recovery point is updated since the backup of
8746+
* location. Note that it can be greater than the exact backup end
8747+
* location if the minimum recovery point is updated after the backup of
87488748
* pg_control. This is harmless for current uses.
87498749
*
87508750
* XXX currently a backup history file is for informational and debug

0 commit comments

Comments
 (0)