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 ------ master Details ------- https://git.postgresql.org/pg/commitdiff/36a14afc076024ba48c399f2af2d4cd1b2c39348 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(-)
