Fix errorhandling for reading from a pipe

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: be41a9b0380778a07386208afbf3f41ba7286cf3
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-03-08T21:53:06Z
Releases: 17.0
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

Files

PathChange+/−
src/common/exec.c modified +2 −2

Discussion