From 5c6d2a5e7c83bf6e157fe4ca0ab9b123012289e9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 7 Jun 2016 14:18:08 -0400 Subject: Message style and wording fixes --- src/backend/access/transam/xlogfuncs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/access/transam/xlogfuncs.c') diff --git a/src/backend/access/transam/xlogfuncs.c b/src/backend/access/transam/xlogfuncs.c index d69a924a7ba..de493fad7a4 100644 --- a/src/backend/access/transam/xlogfuncs.c +++ b/src/backend/access/transam/xlogfuncs.c @@ -153,7 +153,7 @@ pg_stop_backup(PG_FUNCTION_ARGS) ereport(ERROR, (errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE), errmsg("non-exclusive backup in progress"), - errhint("did you mean to use pg_stop_backup('f')?"))); + errhint("Did you mean to use pg_stop_backup('f')?"))); /* * Exclusive backups were typically started in a different connection, @@ -227,7 +227,7 @@ pg_stop_backup_v2(PG_FUNCTION_ARGS) ereport(ERROR, (errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE), errmsg("non-exclusive backup in progress"), - errhint("did you mean to use pg_stop_backup('f')?"))); + errhint("Did you mean to use pg_stop_backup('f')?"))); /* * Stop the exclusive backup, and since we're in an exclusive backup @@ -245,7 +245,7 @@ pg_stop_backup_v2(PG_FUNCTION_ARGS) ereport(ERROR, (errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE), errmsg("non-exclusive backup is not in progress"), - errhint("did you mean to use pg_stop_backup('t')?"))); + errhint("Did you mean to use pg_stop_backup('t')?"))); /* * Stop the non-exclusive backup. Return a copy of the backup -- cgit v1.2.3