1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/src
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
..
command Revert a2dcdc07. 2019-07-10 12:04:25 -04:00
common Clarify that return statements are not removed in production builds. 2019-07-10 06:11:21 -04:00
config Remove extraneous test macro. 2019-07-10 06:17:33 -04:00
info Reverse loop in infoPgSave() to be consistent with infoPgNewLoad(). 2019-06-26 19:52:04 -04:00
perl Fix incorrect offline upper bound for ignoring page checksum errors. 2019-07-11 09:13:56 -04:00
postgres Migrate page checksum filter to C. 2019-06-17 07:52:03 -04:00
protocol Set log level of protocol processing functions to debug. 2019-05-26 12:29:29 -04:00
storage Fix scoping violations exposed by optimizations in gcc 9. 2019-07-05 16:25:28 -04:00
.gitignore Add configure script for improved multi-platform support. 2019-04-26 08:08:23 -04:00
build.auto.h.in Add configure script for improved multi-platform support. 2019-04-26 08:08:23 -04:00
configure Begin v2.16 development. 2019-06-25 08:42:20 -04:00
configure.ac Begin v2.16 development. 2019-06-25 08:42:20 -04:00
main.c The expire command is implemented entirely in C. 2019-06-18 15:19:20 -04:00
Makefile.in Add test function to create the S3 bucket instead of using aws cli. 2019-06-26 15:02:30 -04:00
version.h Begin v2.16 development. 2019-06-25 08:42:20 -04:00