pgsql: pg_upgrade: properly detect file copy failure on Windows

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: pg_upgrade: properly detect file copy failure on Windows
Дата
Msg-id E1Zxdyx-0006Ge-2J@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_upgrade:  properly detect file copy failure on Windows

Previously, file copy failures were ignored on Windows due to an
incorrect return value check.

Report by Manu Joye

Backpatch through 9.1

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/bdcbc2b47141cb84e6cd951fa7feef9cedce231a

Modified Files
--------------
contrib/pg_upgrade/file.c       |    6 +++++-
contrib/pg_upgrade/pg_upgrade.h |    2 --
2 files changed, 5 insertions(+), 3 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: properly detect file copy failure on Windows
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: properly detect file copy failure on Windows