pgsql: Make some error strings more generic

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make some error strings more generic
Date: 2023-10-20 20:53:22
Message-ID: E1qtwUk-001YGz-BC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make some error strings more generic

It's undesirable to have SQL commands or configuration options in a
translatable error string, so take some of these out.

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b62a3fa1cc66ab0d3356c0262b743909d2066504

Modified Files
--------------
src/backend/commands/collationcmds.c | 13 +++++++++----
src/backend/commands/tablecmds.c | 20 +++++++++++++++-----
src/backend/commands/typecmds.c | 12 +++++++++---
3 files changed, 33 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-10-21 17:35:33 pgsql: Allow ALTER SYSTEM to set unrecognized custom GUCs.
Previous Message Andres Freund 2023-10-20 19:27:23 pgsql: meson: Make detection of python more robust