From a846f63aed825e4addbf24bbbb36fc0de9ddf568 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Thu, 4 Oct 2012 10:34:40 +0300 Subject: [PATCH] Fix typo in comment, and reword it slightly while we're at it. --- src/backend/access/transam/xlog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 98d16f62bd..8614907e6c 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -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 -- 2.50.0