diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-06-19 16:46:07 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-06-19 16:46:07 -0400 |
commit | 5b52008a64414cd161db11f4c0d52fc0d2ee304a (patch) | |
tree | f273702b9db6a7b85aa9abb718cd002ef042917f /src/backend/access/transam/xlogutils.c | |
parent | b22ca7648b6fafea51978d206a5989cfe0900211 (diff) | |
download | postgresql-5b52008a64414cd161db11f4c0d52fc0d2ee304a.tar.gz postgresql-5b52008a64414cd161db11f4c0d52fc0d2ee304a.zip |
Ensure write failure reports no-disk-space
A few places calling fwrite and gzwrite were not setting errno to ENOSPC
when reporting errors, as is customary; this led to some failures being
reported as
"could not write file: Success"
which makes us look silly. Make a few of these places in pg_dump and
pg_basebackup use our customary pattern.
Backpatch-to: 9.5
Author: Justin Pryzby <pryzby@telsasoft.com>
Author: Tom Lane <tgl@sss.pgh.pa.us>
Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://postgr.es/m/20200611153753.GU14879@telsasoft.com
Diffstat (limited to 'src/backend/access/transam/xlogutils.c')
0 files changed, 0 insertions, 0 deletions