]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix translatable string construction
authorÁlvaro Herrera <alvherre@kurilemu.de>
Thu, 11 Jun 2026 16:29:36 +0000 (18:29 +0200)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Thu, 11 Jun 2026 16:29:36 +0000 (18:29 +0200)
commit3692a622d3fdf8a44af0c0b541a51163ead314f1
treebd4e4ac708064a94d31688234bb54594d761ab21
parent7dd15325952fe85521b1fefea3ad39cf1b46e0c8
Fix translatable string construction

In a few places, we were constructing translatable strings consisting of
elements list by adding one element at a time and separately a comma.
This is not great from a translation point of view, so rewrite to append
the comma together with the corresponding element in one go.

Author: Peter Smith <smithpb2250@gmail.com>
Author: Álvaro Herrera <alvherre@kurilemu.de>
Discussion: https://postgr.es/m/CAHut+Pvp7jYcaiZ3pXedXgLcWZWDBLXFUK05JtZpGv3Mj=UOjw@mail.gmail.com
src/backend/catalog/pg_subscription.c
src/backend/commands/tablecmds.c
src/backend/replication/logical/relation.c