]> granicus.if.org Git - postgresql/commit
Remove some unnecessary quote marks from catalog DATA lines.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Apr 2018 22:58:38 +0000 (18:58 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Apr 2018 22:58:38 +0000 (18:58 -0400)
commitcb1ff1e5af83f2c548fcb15596d474c198a021c5
treee377df1e4502021c076e007d557e2fc28556ad62
parent3cabe3863015efc72d513d3aa3b47d03eed96f49
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.
src/include/catalog/pg_aggregate.h
src/include/catalog/pg_authid.h
src/include/catalog/pg_collation.h
src/include/catalog/pg_language.h
src/include/catalog/pg_namespace.h
src/include/catalog/pg_pltemplate.h
src/include/catalog/pg_ts_config.h
src/include/catalog/pg_ts_dict.h
src/include/catalog/pg_ts_parser.h
src/include/catalog/pg_ts_template.h