1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/doc/xml
David Steele 424008d293 Allow files that become zero-length after the backup manifest is built.
It is possible that a file will be be truncated to zero-length after the backup manifest has been built. We could build logic into backupFile() to handle this case but it is hard to test well because of the race condition so tests would need to written directly against backupFile() and backupJobResult(). It hardly seems worth all that effort for a condition that occurs rarely, if ever.

Instead just remove the manifest check and add tests to restore to make sure it handles bundled zero-length files correctly. Logging will show that the file was bundled so if it happens a lot (which seems very unlikely) then we can think about an alternate implementation.
2022-03-23 10:41:36 -06:00
..
auto v2.38: Minor Bug Fixes and Improvements 2022-03-06 10:30:59 -06:00
dtd Eliminate linefeed formatting from documentation. 2021-09-08 17:35:45 -04:00
coding.xml Add missing paragraph tags in coding standards. 2021-10-26 08:25:21 -04:00
contributing.xml Use Rocky Linux for documentation builds instead of CentOS. 2021-10-28 15:15:49 -04:00
documentation.xml Use Rocky Linux for documentation builds instead of CentOS. 2021-10-28 15:15:49 -04:00
faq.xml Add FAQ explaining WAL archive suffix. 2022-02-25 14:03:09 -06:00
index.xml Remove support for PostgreSQL 8.3/8.4. 2022-01-06 15:34:04 -05:00
metric.xml Add user guides for CentOS/RHEL 6/7. 2019-05-16 08:32:02 -04:00
release.xml Allow files that become zero-length after the backup manifest is built. 2022-03-23 10:41:36 -06:00
user-guide-index.xml Consolidate RHEL/CentOS user guide into a single document. 2021-05-24 16:03:15 -04:00
user-guide.xml Add aliveness check to systemd service configuration. 2022-03-02 10:59:06 -06:00