pgsql: Run reformat-dat-files to declutter the catalog data files. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Run reformat-dat-files to declutter the catalog data files.
Date
Msg-id E1kznc6-0000yS-F7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Run reformat-dat-files to declutter the catalog data files.

Things had gotten pretty messy here, apparently mostly but not
entirely the fault of the multirange patch.  No functional changes.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8b411b8ff41566a1aa601d1f05aeebbebbdb4a54

Modified Files
--------------
src/include/catalog/pg_aggregate.dat |   3 +-
src/include/catalog/pg_amop.dat      |   4 +-
src/include/catalog/pg_amproc.dat    |  15 ++-
src/include/catalog/pg_cast.dat      |  29 +++---
src/include/catalog/pg_collation.dat |   3 +-
src/include/catalog/pg_opclass.dat   |  17 ++--
src/include/catalog/pg_operator.dat  |  72 ++++++++------
src/include/catalog/pg_proc.dat      | 183 +++++++++++++++++++----------------
src/include/catalog/pg_range.dat     |  30 +++---
src/include/catalog/pg_type.dat      |  47 +++++----
10 files changed, 229 insertions(+), 174 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc, more or less: uncomment tutorial example that was fixed lon
Next
From: Thomas Munro
Date:
Subject: pgsql: Move our p{read,write}v replacements into their own files.