pgsql: Pre-beta2 mechanical code beautification.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Pre-beta2 mechanical code beautification.
Date: 2023-06-20 13:51:25
Message-ID: E1qBblU-002jeY-QU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Pre-beta2 mechanical code beautification.

Run pgindent and pgperltidy. It seems we're still some ways
away from all committers doing this automatically. Now that
we have a buildfarm animal that will whine about poorly-indented
code, we'll try to keep the tree more tidy.

Discussion: https://postgr.es/m/3156045.1687208823@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b334612b8aee9f9a34378982d8938b201dfad323

Modified Files
--------------
src/backend/executor/execUtils.c | 4 ++--
src/backend/libpq/hba.c | 10 ++++------
src/backend/replication/logical/tablesync.c | 8 ++++----
src/backend/storage/file/fd.c | 5 +++--
src/backend/storage/ipc/standby.c | 6 +++---
src/backend/storage/smgr/md.c | 8 ++++----
src/backend/utils/adt/pgstatfuncs.c | 2 +-
src/bin/initdb/t/001_initdb.pl | 8 +++++---
src/bin/scripts/t/020_createdb.pl | 12 +++++++-----
src/include/utils/backend_status.h | 2 +-
src/test/subscription/t/033_run_as_table_owner.pl | 11 +++++------
11 files changed, 39 insertions(+), 37 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-06-20 13:53:03 pgsql: Add b334612b8 to .git-blame-ignore-revs.
Previous Message Jeff Davis 2023-06-20 01:37:06 pgsql: test_extensions: make meson.build consistent with Makefile.