We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb34e94 commit 1a95648Copy full SHA for 1a95648
src/backend/access/transam/xlog.c
@@ -8743,8 +8743,8 @@ do_pg_stop_backup(char *labelfile, bool waitforarchive)
8743
* archived, or include them into the backup.
8744
*
8745
* 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
+ * location. Note that it can be greater than the exact backup end
+ * location if the minimum recovery point is updated after the backup of
8748
* pg_control. This is harmless for current uses.
8749
8750
* XXX currently a backup history file is for informational and debug
0 commit comments