pgBackRest 1.18 commit log

v1.17: Page Checksum Bug Fix

commit   : cc9f8fc4b6cb9a2da5bd7419630c4f3eb1c71186    
  
author   : David Steele <[email protected]>    
date     : Mon, 13 Mar 2017 16:54:51 -0400    
  
committer: David Steele <[email protected]>    
date     : Mon, 13 Mar 2017 16:54:51 -0400    

Click here for diff

Bug Fixes:  
  
* Fixed an issue where newly initialized (but unused) pages would cause page checksum warnings. (Reported by Stephen Frost.)  

M README.md
M doc/resource/exe.cache
M doc/xml/release.xml
M lib/pgBackRest/Version.pm
M libc/lib/pgBackRest/LibC.pm

Fixed an issue where newly initialized (but unused) pages would cause page checksum warnings.

commit   : b0947fdaa8af9c434c85ff33b1140d8ca6d98cbb    
  
author   : David Steele <[email protected]>    
date     : Mon, 13 Mar 2017 15:50:13 -0400    
  
committer: David Steele <[email protected]>    
date     : Mon, 13 Mar 2017 15:50:13 -0400    

Click here for diff

Reported by Stephen Frost.  

M doc/xml/release.xml
M lib/pgBackRest/BackupFile.pm
M lib/pgBackRest/Version.pm
M libc/LibC.h
M libc/LibC.xs
M libc/lib/pgBackRest/LibC.pm
M libc/pageChecksum.c
M libc/t/pgBackRest-LibC.t
M test/expect/full-synthetic-001.log
M test/expect/full-synthetic-002.log
M test/expect/full-synthetic-003.log
M test/expect/full-synthetic-004.log
M test/expect/full-synthetic-005.log
M test/expect/full-synthetic-006.log
M test/expect/full-synthetic-007.log
M test/expect/full-synthetic-008.log
M test/lib/pgBackRestTest/Full/FullSyntheticTest.pm