mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Adjust translator comment format to xgettext expectations
This commit is contained in:
@ -3280,11 +3280,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)));
|
||||
}
|
||||
|
Reference in New Issue
Block a user