From 887248e97e2da6f602ddf22aaaaf8cb41d0d010d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 23 Sep 2019 13:37:33 +0200 Subject: Message style fixes --- src/backend/access/transam/xlogfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 8a70503228d..8f179887ab1 100644 --- a/src/backend/access/transam/xlogfuncs.c +++ b/src/backend/access/transam/xlogfuncs.c @@ -726,7 +726,7 @@ pg_promote(PG_FUNCTION_ARGS) if (wait_seconds <= 0) ereport(ERROR, (errcode(ERRCODE_NUMERIC_VALUE_OUT_OF_RANGE), - errmsg("\"wait_seconds\" cannot be negative or equal zero"))); + errmsg("\"wait_seconds\" must not be negative or zero"))); /* create the promote signal file */ promote_file = AllocateFile(PROMOTE_SIGNAL_FILE, "w"); -- cgit v1.2.3