[COMMITTERS] pgsql: Fix improper quoting of format_type_be() output.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Fix improper quoting of format_type_be() output.
Дата
Msg-id E1dFWGx-0005G5-95@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Try to ensure that stats collector's receive buffer size is atl
Следующее
От: Noah Misch
Дата:
Сообщение: [COMMITTERS] Re: pgsql: Code review focused on new node types added bypartitioning supp