1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test/lib/pgBackRestTest
David Steele f981fb45d9
Do not store references for zero-length files when bundling.
This appears to have been an oversight in 34d6495. Storing the reference is not really correct since the file is not stored in a prior backup. It also uses more space.

There is no real harm in storing the reference, since it is always ignored on restore, but the code is simpler if the zero-length files can be dealt with during the manifest and don't need additional handling later on. This is also an important part of some upcoming optimizations.
2022-10-04 13:22:31 -10:00
..
Common Add profiling, performance, and optimization to C test harness. 2022-07-29 10:31:36 -04:00
Env Do not store references for zero-length files when bundling. 2022-10-04 13:22:31 -10:00
Module Skip stopping PostgreSQL 9.1 in real/all integration test. 2022-05-31 16:43:18 -04:00