pgsql: Fix some issues with TAP tests of pg_basebackup

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some issues with TAP tests of pg_basebackup
Date: 2019-02-18 05:24:38
Message-ID: E1gvbPy-0000GX-9c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/51be67346ef9dd29dd914ecac220044769efcad6

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2019-02-18 07:16:30 pgsql: Save PathTargets for distinct/ordered relations in root->upper_t
Previous Message Michael Paquier 2019-02-18 03:45:07 pgsql: Fix typo in transam.h for OIDs assigned by genbki.pl