pgsql: Fix improper quoting of format_type_be() output.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix improper quoting of format_type_be() output.
Date: 2017-05-30 01:48:35
Message-ID: E1dFWGx-0005G5-95@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2017-05-30 02:32:17 Re: pgsql: Code review focused on new node types added by partitioning supp
Previous Message Tom Lane 2017-05-30 00:28:07 pgsql: Try to ensure that stats collector's receive buffer size is at l