aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-10-04 10:34:40 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-10-04 10:35:48 +0300
commit1a956481baa2bb53d9510bb14cf64bb5faad29fb (patch)
tree7ac15010c2c4701f05042b5100fcd34455cc1bf6 /src
parentfb34e94d214d6767910df47aa7c605c452d11c57 (diff)
downloadpostgresql-1a956481baa2bb53d9510bb14cf64bb5faad29fb.tar.gz
postgresql-1a956481baa2bb53d9510bb14cf64bb5faad29fb.zip
Fix typo in comment, and reword it slightly while we're at it.
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/transam/xlog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 8889b79c78d..3e4da46ac24 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -8743,8 +8743,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