1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/lib/pgBackRestTest/Env
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
..
Host Do not store references for zero-length files when bundling. 2022-10-04 13:22:31 -10:00
ArchiveInfo.pm Remove extraneous double spaces in code and comments. 2022-03-15 17:55:48 -06:00
BackupInfo.pm Remove extraneous double spaces in code and comments. 2022-03-15 17:55:48 -06:00
ExpireEnvTest.pm Remove integration expect log testing. 2022-05-10 13:18:26 -04:00
HostEnvTest.pm Remove integration expect log testing. 2022-05-10 13:18:26 -04:00
InfoCommon.pm Move Perl modules out of lib directory. 2020-03-10 15:12:44 -04:00
Manifest.pm Simplify manifest defaults. 2022-01-21 15:22:48 -05:00