]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add translator comment
authorÁlvaro Herrera <alvherre@kurilemu.de>
Thu, 19 Feb 2026 16:11:04 +0000 (17:11 +0100)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Thu, 19 Feb 2026 16:11:04 +0000 (17:11 +0100)
Otherwise the message is not very clear.

Backpatch-through: 18

src/backend/replication/syncrep.c

index cc35984ad00857341030a3ff260fba7e834fc19e..576320f952f043318449cf8be959cae18ae01ad1 100644 (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;