pg_upgrade misreports full disk

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pg_upgrade misreports full disk
Дата
Msg-id 52839A96.8030809@gmx.net
обсуждение исходный текст
Ответы Re: pg_upgrade misreports full disk  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
When pg_upgrade encounters a full disk while copying relation files,
it reports this as:

error while copying relation "xyz" (...): Success

because it doesn't set errno in some error cases.  In other places we
treat short writes as ENOSPC, so here is a patch to do that for
pg_upgrade as well.

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Add \i option to bring in the specified file as a quoted literal
Следующее
От: Leonardo Francalanci
Дата:
Сообщение: Re: Fast insertion indexes: why no developments