mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-20 21:37:11 +08:00
Add translator comment
Otherwise the message is not very clear. Backpatch-through: 18
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user