postgresql/src/bin/pg_combinebackup
Robert Haas fa7036dd66 Use tempdir_short instead of tempdir.
After cd64dc42d1, a significant
percentage of the buildfarm got unhappy, because pg_basebackup chokes
if it tries to create a tarfile with symlink more than 99 characters
in length. To try to fix that problem, use tempdir_short instead of
tempdir, as we do in pg_verifybackup's 003_corruption.pl.

There's a more complicated workaround for the same issue in
pg_basebackup's 010_pg_basebackup.pl, but I'm not clear whether
there's any reason to do it that way here. For now, let's try this,
to at least get the buildfarm green again.

A better long-term fix would be to figure out how to generate tar
files containing long symlinks, but that will have to wait for
another time.
2024-04-19 15:50:02 -04:00
..
po Update copyright for 2024 2024-01-03 20:49:05 -05:00
t Use tempdir_short instead of tempdir. 2024-04-19 15:50:02 -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
pg_combinebackup.c pg_combinebackup: Fix incorrect tablespace handling. 2024-04-19 13:30:42 -04: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