postgresql/src/backend/postmaster
Tom Lane 0245f8db36 Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files.

This set of diffs is a bit larger than typical.  We've updated to
pg_bsd_indent 2.1.2, which properly indents variable declarations that
have multi-line initialization expressions (the continuation lines are
now indented one tab stop).  We've also updated to perltidy version
20230309 and changed some of its settings, which reduces its desire to
add whitespace to lines to make assignments etc. line up.  Going
forward, that should make for fewer random-seeming changes to existing
code.

Discussion: https://postgr.es/m/20230428092545.qfb3y5wcu4cm75ur@alvherre.pgsql
2023-05-19 17:24:48 -04:00
..
Makefile Redesign archive modules 2023-02-17 14:26:42 +09:00
autovacuum.c Fix vacuum_cost_delay check for balance calculation. 2023-04-25 13:54:10 +02:00
auxprocess.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
bgworker.c Retire PG_SETMASK() macro. 2023-02-03 11:29:46 +13:00
bgwriter.c bufmgr: Support multiple in-progress IOs by using resowner 2023-04-05 14:17:55 -07:00
checkpointer.c bufmgr: Support multiple in-progress IOs by using resowner 2023-04-05 14:17:55 -07:00
fork_process.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
interrupt.c Perform apply of large transactions by parallel workers. 2023-01-09 07:52:45 +05:30
meson.build Redesign archive modules 2023-02-17 14:26:42 +09:00
pgarch.c Redesign archive modules 2023-02-17 14:26:42 +09:00
postmaster.c Small tidyup for commit d41a178b, part II. 2023-03-17 14:44:12 +13:00
startup.c Disable STARTUP_PROGRESS_TIMEOUT in standby mode. 2023-02-06 10:51:08 -05:00
syslogger.c Retire PG_SETMASK() macro. 2023-02-03 11:29:46 +13:00
walwriter.c Fix wal_writer_flush_after initializer value. 2023-05-15 11:19:54 +12:00