postgresql/src/bin/pg_basebackup
Peter Eisentraut 1980d3585e pg_basebackup: Correct type of WalSegSz
The pg_basebackup code had WalSegSz as uint32, whereas the rest of the
code has it as int.  This seems confusing, and using the extra range
wouldn't actually work.

Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://www.postgresql.org/message-id/flat/1bf15c7a-0acd-1864-081e-7a28814310fe%40enterprisedb.com
2023-04-03 07:21:06 +02:00
..
po meson: add install-{quiet, world} targets 2023-03-23 21:20:18 -07:00
t Update copyright for 2023 2023-01-02 15:00:37 -05: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 Update copyright for 2023 2023-01-02 15:00:37 -05:00
bbstreamer_file.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
bbstreamer_gzip.c Update copyright for 2023 2023-01-02 15:00:37 -05: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 Update copyright for 2023 2023-01-02 15:00:37 -05: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 Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 2022-07-13 14:29:10 -04:00
pg_basebackup.c Fix various typos in code and tests 2023-02-09 14:43:53 +09:00
pg_receivewal.c Update copyright for 2023 2023-01-02 15:00:37 -05: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 Revise pg_pwrite_zeros() 2023-03-06 13:21:33 +09:00
walmethods.h Update copyright for 2023 2023-01-02 15:00:37 -05:00