postgresql/src/bin/pg_combinebackup
Tom Lane da256a4a7f 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.
2024-05-14 16:34:50 -04:00
..
po Translation updates 2024-05-06 12:06:31 +02:00
t Pre-beta mechanical code beautification. 2024-05-14 16:34:50 -04:00
.gitignore pg_combinebackup's .gitignore file is incomplete. 2023-12-21 11:50:41 -05:00
Makefile Update copyright for 2024 2024-01-03 20:49:05 -05:00
backup_label.c Make the order of the header file includes consistent 2024-03-13 15:07:00 +01:00
backup_label.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
copy_file.c Remove unused variable in checksum_file() 2024-04-05 18:13:15 +02:00
copy_file.h Allow copying files using clone/copy_file_range 2024-04-05 18:01:32 +02:00
load_manifest.c Fix some memory leaks associated with parsing json and manifests 2024-04-12 10:32:30 -04:00
load_manifest.h Add the system identifier to backup manifests. 2024-03-13 15:12:33 -04:00
meson.build Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY. 2024-03-04 13:33:28 -05:00
nls.mk Add missing gettext triggers 2024-05-14 12:57:22 +02:00
pg_combinebackup.c Fix an assortment of typos 2024-05-04 02:33:25 +12:00
reconstruct.c pg_combinebackup: Fix incorrect tablespace handling. 2024-04-19 13:30:42 -04:00
reconstruct.h Fix headerscheck violation introduced in f8ce4ed78c 2024-04-05 14:27:45 -07:00
write_manifest.c Add the system identifier to backup manifests. 2024-03-13 15:12:33 -04:00
write_manifest.h Add the system identifier to backup manifests. 2024-03-13 15:12:33 -04:00