pgsql: Pre-beta mechanical code beautification, step 3: run reformat-da

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Pre-beta mechanical code beautification, step 3: run reformat-da
Date: 2026-05-13 14:41:39
Message-ID: E1wNAmJ-000M05-0W@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Pre-beta mechanical code beautification, step 3: run reformat-dat-files.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/719fe0779d8d116bf8ee06056fed4c1257f1744c

Modified Files
--------------
src/include/catalog/pg_aggregate.dat | 8 +-
src/include/catalog/pg_proc.dat | 350 ++++++++++++++---------------------
src/include/catalog/pg_range.dat | 48 +++--
src/include/catalog/pg_type.dat | 43 +++--
4 files changed, 195 insertions(+), 254 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2026-05-13 14:44:49 pgsql: Add preceding commits to .git-blame-ignore-revs.
Previous Message Tom Lane 2026-05-13 14:34:23 pgsql: Pre-beta mechanical code beautification, step 1: run pgindent.