pgsql: Fix for checksum validation patch

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Fix for checksum validation patch
Дата
Msg-id E1f3KaM-0003yK-Mj@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Validate page level checksums in base backups
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Transforms for jsonb to PL/Perl