pgsql: Remove some unnecessary quote marks from catalog DATA lines. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove some unnecessary quote marks from catalog DATA lines.
Date
Msg-id E1f4aJg-0004Ka-Fl@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix badly edited doc sentence
Next
From: Robert Haas
Date:
Subject: pgsql: Allow insert and update tuple routing and COPY for foreigntable