postgresql/src/bin/pg_combinebackup
Robert Haas 9e72f6bfae Restrict where INCREMENTAL.${NAME} files are recognized.
Previously, they were recognized anywhere in an incremental backup
directory; now, we restrict this to places where they are expected to
appear. That means this code will need updating if we ever do
incremental backups of files in other places (e.g. SLRU files), but
it lets you create a file called INCREMENTAL.config (or something like
that) at the top level of the data directory and still have things
work.

Patch by me, per request from David Steele, who also reviewed.

Discussion: http://postgr.es/m/5a7817da-6349-4653-8056-470300b6e512@pgmasters.net
2024-04-18 11:00:38 -04:00
..
po Update copyright for 2024 2024-01-03 20:49:05 -05:00
t Restrict where INCREMENTAL.${NAME} files are recognized. 2024-04-18 11:00:38 -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 Restrict where INCREMENTAL.${NAME} files are recognized. 2024-04-18 11:00:38 -04:00
reconstruct.c Check HAVE_COPY_FILE_RANGE before calling copy_file_range 2024-04-05 19:38:20 +02: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