From 7dc956fee3284170db50c343bad9f52cf767894b Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 5 Sep 2011 18:52:49 -0300 Subject: Adjust translator comment format to xgettext expectations --- src/backend/access/transam/xlog.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/backend/access/transam/xlog.c') diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 2529d123339..633450fbc7b 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -3222,11 +3222,10 @@ ExecuteRecoveryCommand(char *command, char *commandName, bool failOnSignal) */ signaled = WIFSIGNALED(rc) || WEXITSTATUS(rc) > 125; - /* - * translator: First %s represents a recovery.conf parameter name like - * "recovery_end_command", and the 2nd is the value of that parameter. - */ ereport((signaled && failOnSignal) ? FATAL : WARNING, + /*------ + translator: First %s represents a recovery.conf parameter name like + "recovery_end_command", and the 2nd is the value of that parameter. */ (errmsg("%s \"%s\": return code %d", commandName, command, rc))); } -- cgit v1.2.3