pgsql: Correct handling of fsync failures with tar mode ofwalmethods.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Correct handling of fsync failures with tar mode ofwalmethods.c
Дата
Msg-id E1fXcIg-0005vr-2f@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Correct handling of fsync failures with tar mode of walmethods.c

This file has been missing the fact that it needs to report back to
callers a proper failure on fsync calls.  I have spotted the one in
tar_finish() while Kuntal has spotted the one in tar_close().

Backpatch down to 10 where this code has been introduced.

Reported by: Michael Paquier, Kuntal Ghosh
Author: Michael Paquier
Reviewed-by: Kuntal Ghosh, Magnus Hagander
Discussion: https://postgr.es/m/20180625024356.GD1146@paquier.xyz

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/324076a6261756d6f5b3514ed2b2f715b656ba90

Modified Files
--------------
src/bin/pg_basebackup/walmethods.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Update obsolete comments
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix description and documentation related to pg_restore--no-com