Run pgindent and pgperltidy for previous 3 commits.
Nathan Bossart <nathan@postgresql.org>
Run pgindent and pgperltidy for previous 3 commits. For ease of review, and to be able to put the indentation changes in .git-blame-ignore-revs, I did not fix the indentation of the last 3 commits. Do that now. Discussion: https://postgr.es/m/adZ4j88Dq9r8y9_9%40nathan
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_dumpall.c | modified | +15 −15 |
| src/bin/pg_dump/pg_dump.c | modified | +232 −234 |
| src/bin/pg_upgrade/check.c | modified | +9 −9 |
| src/bin/pg_upgrade/controldata.c | modified | +1 −1 |
| src/bin/pg_upgrade/exec.c | modified | +4 −4 |
| src/bin/pg_upgrade/multixact_rewrite.c | modified | +42 −42 |
| src/bin/pg_upgrade/pg_upgrade.c | modified | +17 −17 |
| src/bin/pg_upgrade/relfilenumber.c | modified | +27 −27 |
| src/bin/pg_upgrade/t/006_transfer_modes.pl | modified | +14 −19 |
| src/bin/psql/command.c | modified | +14 −15 |
| src/bin/psql/describe.c | modified | +230 −231 |
Discussion
- bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10 19 messages · 2026-04-08 → 2026-07-02