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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove some unnecessary quote marks from catalog DATA lines.
Date: 2018-04-06 22:58:44
Message-ID: E1f4aJg-0004Ka-Fl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-04-06 23:24:33 pgsql: Allow insert and update tuple routing and COPY for foreign table
Previous Message Robert Haas 2018-04-06 22:46:34 Re: pgsql: Foreign keys on partitioned tables