pgsql: Fix for checksum validation patch

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix for checksum validation patch
Date: 2018-04-03 11:58:46
Message-ID: E1f3KaM-0003yK-Mj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix for checksum validation patch

Reorder the check for non-BLCKSZ size reads to make sure we don't abort
sending the file in this case.

Missed in the previous commit.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a08dc711952081d63577fc182fcf955958f70add

Modified Files
--------------
src/backend/replication/basebackup.c | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-04-03 13:52:23 pgsql: Transforms for jsonb to PL/Perl
Previous Message Magnus Hagander 2018-04-03 11:52:26 pgsql: Validate page level checksums in base backups