pgsql: Pre-beta mechanical code beautification.

2024-05-14 Thread Tom Lane
Pre-beta mechanical code beautification. Run pgindent, pgperltidy, and reformat-dat-files. The pgindent part of this is pretty small, consisting mainly of fixing up self-inflicted formatting damage from patches that hadn't bothered to add their new typedefs to typedefs.list. In order to keep it f

pgsql: Pre-beta mechanical code beautification.

2023-05-19 Thread Tom Lane
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 ar

pgsql: Pre-beta mechanical code beautification.

2022-05-12 Thread Tom Lane
Pre-beta mechanical code beautification. Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/23e7b38bfe396f919fdb66057174d29e17086418 Modified Files