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

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

From
Tom Lane
Date:
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(-)