pgsql: Reformat catalog .dat files.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reformat catalog .dat files.
Date: 2019-03-08 17:01:34
Message-ID: E1h2IsI-0008Tn-DX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reformat catalog .dat files.

Test run for my previous commit; cleans up formatting issues in some
other recent commits.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1b76168da7787505fbe506ef3ab74e9a14b4b7fb

Modified Files
--------------
src/include/catalog/pg_class.dat | 64 ++++++++++++++++++++--------------------
src/include/catalog/pg_proc.dat | 13 ++++----
2 files changed, 39 insertions(+), 38 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-03-08 22:05:53 Re: pgsql: Improve autovacuum logging for aggressive and anti-wraparound ru
Previous Message Thomas Munro 2019-03-08 08:36:52 Re: pgsql: Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()