Add translator comment

Otherwise the message is not very clear.

Backpatch-through: 18
This commit is contained in:
Álvaro Herrera 2026-02-19 17:11:04 +01:00
parent 649bd26a40
commit e3cee403b2
No known key found for this signature in database
GPG key ID: 1C20ACB9D5C564AE

View file

@ -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;