[COMMITTERS] pgsql: Fix improper quoting of format_type_be() output. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Fix improper quoting of format_type_be() output.
Date
Msg-id E1dFWGx-0005G5-95@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Try to ensure that stats collector's receive buffer size is atl
Next
From: Noah Misch
Date:
Subject: [COMMITTERS] Re: pgsql: Code review focused on new node types added bypartitioning supp