pgsql: Pre-beta2 mechanical code beautification.
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: /messages/by-id/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(-)