1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/lib/pgBackRestTest/Module
David Steele e10577d0b0 Fix incorrect offline upper bound for ignoring page checksum errors.
For offline backups the upper bound was being set to 0x0000FFFF0000FFFF rather than UINT64_MAX.  This meant that page checksum errors might be ignored for databases with a lot of past WAL in offline mode.

Online mode is not affected since the upper bound is retrieved from pg_start_backup().
2019-07-11 09:13:56 -04:00
..
Backup Add Perl interface to C storage layer. 2019-06-26 08:24:58 -04:00
Command Remove per-stanza repo cache clear during testing. 2019-06-04 10:34:19 -04:00
Common Add Perl interface to C storage layer. 2019-06-26 08:24:58 -04:00
Info Remove per-stanza repo cache clear during testing. 2019-06-04 10:34:19 -04:00
Manifest Force PostgreSQL versions to string for newer versions of JSON:PP. 2019-07-05 17:25:01 -04:00
Mock Fix incorrect offline upper bound for ignoring page checksum errors. 2019-07-11 09:13:56 -04:00
Performance Add Perl interface to C storage layer. 2019-06-26 08:24:58 -04:00
Protocol The archive-push command is implemented entirely in C. 2019-03-29 13:26:33 +00:00
Real Add Perl interface to C storage layer. 2019-06-26 08:24:58 -04:00
Stanza Add Perl interface to C storage layer. 2019-06-26 08:24:58 -04:00
Storage Add Perl interface to C storage layer. 2019-06-26 08:24:58 -04:00