Pre-beta mechanical code beautification.
commitda256a4a7fdcca35fe7ca808686ad3de6ee22306
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 May 2024 20:34:50 +0000 (14 16:34 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 May 2024 20:34:50 +0000 (14 16:34 -0400)
tree863d6a21cd148b40add73ae45bdedcf0acc001ee
parent3ddbac368c205fce1f293de1fe60c1b479800746
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 from making anything worse, I manually added
a dozen or so typedefs that appeared in the existing typedefs.list
but not in the buildfarm's list.  Perhaps we should formalize that,
or better find a way to get those typedefs into the automatic list.

pgperltidy is as opinionated as always, and reformat-dat-files too.
60 files changed:
contrib/sepgsql/hooks.c
contrib/sepgsql/label.c
contrib/sepgsql/uavc.c
src/backend/catalog/Catalog.pm
src/bin/pg_amcheck/t/002_nonesuch.pl
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/bin/pg_basebackup/t/040_pg_createsubscriber.pl
src/bin/pg_checksums/t/002_actions.pl
src/bin/pg_combinebackup/t/002_compare_backups.pl
src/bin/pg_combinebackup/t/003_timeline.pl
src/bin/pg_combinebackup/t/004_manifest.pl
src/bin/pg_combinebackup/t/005_integrity.pl
src/bin/pg_combinebackup/t/006_db_file_copy.pl
src/bin/pg_dump/t/002_pg_dump.pl
src/bin/pg_rewind/t/003_extrafiles.pl
src/bin/pg_upgrade/check.c
src/bin/pg_upgrade/t/003_logical_slots.pl
src/bin/pg_upgrade/t/004_subscription.pl
src/bin/pg_verifybackup/t/003_corruption.pl
src/bin/pg_verifybackup/t/005_bad_manifest.pl
src/bin/pg_waldump/t/001_basic.pl
src/bin/pg_walsummary/t/002_blocks.pl
src/bin/pgbench/t/001_pgbench_with_server.pl
src/bin/psql/t/001_basic.pl
src/bin/scripts/t/011_clusterdb_all.pl
src/bin/scripts/t/050_dropdb.pl
src/bin/scripts/t/091_reindexdb_all.pl
src/bin/scripts/t/100_vacuumdb.pl
src/bin/scripts/t/101_vacuumdb_all.pl
src/common/jsonapi.c
src/common/unicode_case.c
src/common/unicode_category.c
src/include/catalog/pg_aggregate.dat
src/include/catalog/pg_collation.dat
src/include/catalog/pg_database.dat
src/include/catalog/pg_proc.dat
src/include/catalog/pg_type.dat
src/include/common/unicode_case_table.h
src/include/common/unicode_category_table.h
src/interfaces/libpq/t/005_negotiate_encryption.pl
src/port/pg_popcount_avx512.c
src/test/modules/test_pg_dump/t/001_base.pl
src/test/modules/test_radixtree/test_radixtree.c
src/test/perl/PostgreSQL/Test/Cluster.pm
src/test/perl/PostgreSQL/Test/Kerberos.pm
src/test/recovery/t/001_stream_rep.pl
src/test/recovery/t/015_promotion_pages.pl
src/test/recovery/t/019_replslot_limit.pl
src/test/recovery/t/035_standby_logical_decoding.pl
src/test/recovery/t/037_invalid_database.pl
src/test/recovery/t/040_standby_failover_slots_sync.pl
src/test/ssl/t/001_ssltests.pl
src/test/subscription/t/008_diff_schema.pl
src/test/subscription/t/019_stream_subxact_ddl_abort.pl
src/test/subscription/t/026_stats.pl
src/test/subscription/t/029_on_error.pl
src/test/subscription/t/032_subscribe_use_index.pl
src/test/subscription/t/033_run_as_table_owner.pl
src/test/subscription/t/100_bugs.pl
src/tools/pgindent/typedefs.list