postgresql/src/bin/pg_combinebackup
Robert Haas cd64dc42d1 pg_combinebackup: Fix incorrect tablespace handling.
The previous coding mangled the pathname calculation for
incremental files located in user-defined tablespaces.

Enhance the test cases to cover such cases, as I should have
done originally. Thanks to Andres Freund for alerting me to the
lack of test coverage.

Discussion: http://postgr.es/m/CA+TgmoYdXTjo9iQeoipTccDpWZzvBNS6EndY2uARM+T4yG_yDg@mail.gmail.com
2024-04-19 13:30:42 -04:00
..
po Update copyright for 2024 2024-01-03 20:49:05 -05:00
t pg_combinebackup: Fix incorrect tablespace handling. 2024-04-19 13:30:42 -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