Fix translatable string construction
Álvaro Herrera <alvherre@kurilemu.de>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/pg_subscription.c | modified | +14 −8 |
| src/backend/commands/tablecmds.c | modified | +4 −11 |
| src/backend/replication/logical/relation.c | modified | +6 −7 |
Discussion
- Redundant/mis-use of _(x) gettext macro? 18 messages · 2026-04-01 → 2026-06-12