]> granicus.if.org Git - postgresql/commit
Fix some issues with TAP tests of pg_basebackup
authorMichael Paquier <michael@paquier.xyz>
Mon, 18 Feb 2019 05:23:44 +0000 (14:23 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 18 Feb 2019 05:23:44 +0000 (14:23 +0900)
commit51be67346ef9dd29dd914ecac220044769efcad6
tree0e46f93abb4f064511cd8000de017e9b324f3abb
parent1d93d180454f9da74677dd0498f5408efe6b603d
Fix some issues with TAP tests of pg_basebackup

ee9e145 has fixed the tests of pg_basebackup for checksums a first time,
still one seek() call missed the shot.  Also, the data written in files
to emulate corruptions was not actually writing zeros as the quoting
style was incorrect.

Author: Michael Banck
Discussion: https://postgr.es/m/1550153276.796.35.camel@credativ.de
Backpatch-through: 11
src/bin/pg_basebackup/t/010_pg_basebackup.pl