Fix improper quoting of format_type_be() output. Per our message style guidelines, error messages incorporating the results of format_type_be() and its siblings should not add quotes around those results, because those functions already add quotes at need. Fix a few places that hadn't gotten that memo.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/d5cb3bab564e0927ffac7c8729eacf181a12dd40 Modified Files -------------- src/backend/catalog/pg_aggregate.c | 2 +- src/backend/catalog/pg_constraint.c | 6 +++--- src/backend/commands/typecmds.c | 2 +- src/test/regress/output/constraints.source | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers