pgsql: Remove some unnecessary quote marks from catalog DATA lines.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove some unnecessary quote marks from catalog DATA lines.
Дата
Msg-id E1f4aJg-0004Ka-Fl@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove some unnecessary quote marks from catalog DATA lines.

This has no functional impact whatsoever.  However, it causes
these unnecessary quote marks to disappear from the generated
postgres.bki file, making it easier to verify that the upcoming
bootstrap data conversion patch doesn't change the generated file.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cb1ff1e5af83f2c548fcb15596d474c198a021c5

Modified Files
--------------
src/include/catalog/pg_aggregate.h   |  6 +++---
src/include/catalog/pg_authid.h      | 16 ++++++++--------
src/include/catalog/pg_collation.h   |  4 ++--
src/include/catalog/pg_language.h    |  6 +++---
src/include/catalog/pg_namespace.h   |  6 +++---
src/include/catalog/pg_pltemplate.h  | 16 ++++++++--------
src/include/catalog/pg_ts_config.h   |  2 +-
src/include/catalog/pg_ts_dict.h     |  2 +-
src/include/catalog/pg_ts_parser.h   |  2 +-
src/include/catalog/pg_ts_template.h |  8 ++++----
10 files changed, 34 insertions(+), 34 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix badly edited doc sentence
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Allow insert and update tuple routing and COPY for foreigntable