postgresql/src/bin/pg_basebackup
Andres Freund 3f8148c256 Revert 019_replslot_limit.pl related debugging aids.
This reverts most of 91c0570a79, f28bf667f6, fe0972ee5e, afdeff1052. The
only thing left is the retry loop in 019_replslot_limit.pl that avoids
spurious failures by retrying a couple times.

We haven't seen any hard evidence that this is caused by anything but slow
process shutdown. We did not find any cases where walsenders did not vanish
after waiting for longer. Therefore there's no reason for this debugging code
to remain.

Discussion: https://postgr.es/m/20220530190155.47wr3x2prdwyciah@alap3.anarazel.de
Backpatch: 15-
2022-07-05 11:01:10 -07:00
..
po Translation updates 2022-06-27 08:19:02 +02:00
t Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
.gitignore Rename user-facing tools with "xlog" in the name to say "wal". 2017-02-09 16:23:46 -05:00
bbstreamer.h Rename backup_compression.{c,h} to compression.{c,h} 2022-04-12 13:38:54 +09:00
bbstreamer_file.c Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
bbstreamer_gzip.c Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
bbstreamer_inject.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
bbstreamer_lz4.c Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
bbstreamer_tar.c Fix typos and grammar in code and test comments 2022-05-11 15:38:55 +09:00
bbstreamer_zstd.c Rename backup_compression.{c,h} to compression.{c,h} 2022-04-12 13:38:54 +09:00
Makefile Add support for zstd base backup compression. 2022-03-08 09:52:43 -05:00
nls.mk Add missing source files to nls.mk 2022-05-09 07:17:08 +02:00
pg_basebackup.c Revert 019_replslot_limit.pl related debugging aids. 2022-07-05 11:01:10 -07:00
pg_receivewal.c Rework compression options of pg_receivewal 2022-04-13 11:09:51 +09:00
pg_recvlogical.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
receivelog.c Remove WalCompressionMethod in favor of pg_compress_algorithm 2022-04-12 17:28:17 +09:00
receivelog.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
streamutil.c Remove redundant null pointer checks before PQclear and PQconninfoFree 2022-07-03 20:11:05 +02:00
streamutil.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
walmethods.c Remove redundant null pointer checks before pg_free() 2022-07-03 09:05:34 +02:00
walmethods.h Remove WalCompressionMethod in favor of pg_compress_algorithm 2022-04-12 17:28:17 +09:00