1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/src
David Steele dcddf3a58b Limit backup file copy size to size reported at backup start.
If a file grows during the backup it will be reconstructed by WAL replay during recovery so there is no need to copy the additional data.

This also reduces the likelihood of seeing torn pages during the copy. Torn pages can still occur in the middle of the file, though, so they must be handled.
2020-03-19 13:16:05 -04:00
..
common Add TEST_RESULT_STR_Z_KEYRPL() test macro. 2020-03-18 10:05:08 -04:00
module Limit backup file copy size to size reported at backup start. 2020-03-19 13:16:05 -04:00
test.c Allow timezones to be explicitly set for testing. 2019-12-11 22:11:04 -05:00
valgrind.suppress Remove valgrind suppressions made obsolete by f0ef73db. 2020-03-09 13:36:46 -04:00