| From: | Nathan Bossart <nathan(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Run pgindent and pgperltidy for previous 3 commits. |
| Date: | 2026-07-02 18:06:56 |
| Message-ID: | E1wfLoO-0016KN-2L@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/d69fdf79b8ba7549a9c449e255aab0734cc67a4f
Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 466 ++++++++++++++---------------
src/bin/pg_dump/pg_dumpall.c | 30 +-
src/bin/pg_upgrade/check.c | 18 +-
src/bin/pg_upgrade/controldata.c | 2 +-
src/bin/pg_upgrade/exec.c | 8 +-
src/bin/pg_upgrade/multixact_rewrite.c | 84 +++---
src/bin/pg_upgrade/pg_upgrade.c | 34 +--
src/bin/pg_upgrade/relfilenumber.c | 54 ++--
src/bin/pg_upgrade/t/006_transfer_modes.pl | 33 +-
src/bin/psql/command.c | 29 +-
src/bin/psql/describe.c | 461 ++++++++++++++--------------
11 files changed, 605 insertions(+), 614 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2026-07-02 20:19:32 | pgsql: pg_plan_advice: Don't generate FOREIGN_JOIN advice for a single |
| Previous Message | John Naylor | 2026-07-02 08:58:22 | pgsql: Use ssup_datum_*_cmp in more places |