From: Álvaro Herrera Date: Thu, 19 Feb 2026 16:11:04 +0000 (+0100) Subject: Add translator comment X-Git-Tag: REL_18_3~8 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e3cee403b25831b2e1ddd7786052707ea6b61981;p=thirdparty%2Fpostgresql.git Add translator comment Otherwise the message is not very clear. Backpatch-through: 18 --- diff --git a/src/backend/replication/syncrep.c b/src/backend/replication/syncrep.c index cc35984ad00..576320f952f 100644 --- a/src/backend/replication/syncrep.c +++ b/src/backend/replication/syncrep.c @@ -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;