pgsql: Fix errorhandling for reading from a pipe

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Fix errorhandling for reading from a pipe
Дата
Msg-id E1riinS-002nNI-7K@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix errorhandling for reading from a pipe

When reading a line from a pipe failed on no data being read, the
errorhandling was erroneously logging with %m even thoug no error
description is available for %m to print.  This flaw accidentally
introduced in 5c7038d70bb.

Reported-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/baa34329-f431-46af-bf74-1a78fdc90e4f@eisentraut.org

Branch
------
master

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

Modified Files
--------------
src/common/exec.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve WIN32 waiting logic in psql's \watch command.
Следующее
От: Jeff Davis
Дата:
Сообщение: pgsql: Fix type signedness error in commit 5c40364dd6.