We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentfb34e94 commit1a95648Copy 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 bebigger than the exact backup end
8747
- * location if the minimum recovery point is updatedsince the backup of
+ * location. Note that it can begreater than the exact backup end
+ * location if the minimum recovery point is updatedafter 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