postgresql/src/bin/pg_basebackup
Tom Lane 0245f8db36 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 are
now indented one tab stop).  We've also updated to perltidy version
20230309 and changed some of its settings, which reduces its desire to
add whitespace to lines to make assignments etc. line up.  Going
forward, that should make for fewer random-seeming changes to existing
code.

Discussion: https://postgr.es/m/20230428092545.qfb3y5wcu4cm75ur@alvherre.pgsql
2023-05-19 17:24:48 -04:00
..
po meson: add install-{quiet, world} targets 2023-03-23 21:20:18 -07:00
t Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
.gitignore Rename user-facing tools with "xlog" in the name to say "wal". 2017-02-09 16:23:46 -05:00
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
bbstreamer.h Fix some typos and some incorrectly duplicated words 2023-04-18 14:03:49 +12:00
bbstreamer_file.c Fix pg_basebackup with in-place tablespaces some more. 2023-04-18 11:23:34 -04:00
bbstreamer_gzip.c Fix various typos and incorrect/outdated name references 2023-04-19 13:50:33 +12:00
bbstreamer_inject.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
bbstreamer_lz4.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
bbstreamer_tar.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
bbstreamer_zstd.c Message style improvements 2023-05-19 18:45:29 +02:00
meson.build meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup 2023-03-08 17:04:15 -08:00
nls.mk pg_basebackup: Restore lost translation markers 2023-05-08 06:15:26 +02:00
pg_basebackup.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
pg_receivewal.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
pg_recvlogical.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
receivelog.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
receivelog.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
streamutil.c pg_basebackup: Correct type of WalSegSz 2023-04-03 07:21:06 +02:00
streamutil.h pg_basebackup: Correct type of WalSegSz 2023-04-03 07:21:06 +02:00
walmethods.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
walmethods.h Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00