mirror of
https://github.com/postgres/postgres.git
synced 2026-04-06 17:55:50 -04:00
Add translator comment
Otherwise the message is not very clear. Backpatch-through: 18
This commit is contained in:
parent
649bd26a40
commit
e3cee403b2
1 changed files with 1 additions and 0 deletions
|
|
@ -1078,6 +1078,7 @@ check_synchronous_standby_names(char **newval, void **extra, GucSource source)
|
|||
if (syncrep_parse_error_msg)
|
||||
GUC_check_errdetail("%s", syncrep_parse_error_msg);
|
||||
else
|
||||
/* translator: %s is a GUC name */
|
||||
GUC_check_errdetail("\"%s\" parser failed.",
|
||||
"synchronous_standby_names");
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue