aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2020-06-19 16:46:07 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2020-06-19 16:46:07 -0400
commit2e155d90d1b867f7b5bf9616236386eb1e0f40ff (patch)
tree0dd8f7db402ed548fb8ecb1e688ad99f8d295dd5 /src/backend/access/transam/xlog.c
parente7c183cd1fd1a7b2fb7ebbe1084bac836fbefac7 (diff)
downloadpostgresql-2e155d90d1b867f7b5bf9616236386eb1e0f40ff.tar.gz
postgresql-2e155d90d1b867f7b5bf9616236386eb1e0f40ff.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/xlog.c')
0 files changed, 0 insertions, 0 deletions