]> granicus.if.org Git - postgresql/commit
Fix improper quoting of format_type_be() output.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 May 2017 01:48:26 +0000 (21:48 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 May 2017 01:48:26 +0000 (21:48 -0400)
commitd5cb3bab564e0927ffac7c8729eacf181a12dd40
treed3354516c1e7d72ee32848741e248b5b41fac097
parent68cff231e3a3d0ca9988cf1fde5a3be53235b3bb
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.
src/backend/catalog/pg_aggregate.c
src/backend/catalog/pg_constraint.c
src/backend/commands/typecmds.c
src/test/regress/output/constraints.source