| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Run reformat-dat-files to declutter the catalog data files. |
| Date: | 2021-01-13 21:23:34 |
| Message-ID: | E1kznc6-0000yS-F7@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Munro | 2021-01-13 22:21:45 | pgsql: Move our p{read,write}v replacements into their own files. |
| Previous Message | Tom Lane | 2021-01-13 21:00:38 | pgsql: Doc, more or less: uncomment tutorial example that was fixed lon |