1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00
Peter Eisentraut bd5a9a50e4 pg_upgrade: Report full disk better
Previously, pg_upgrade would abort copy_file() on a short write without
setting errno, which the caller would report as an error with the
message "Success".  We assume ENOSPC in that case, as we do elsewhere in
the code.  Also set errno in some other error cases in copy_file() to
avoid bogus "Success" error messages.

This was broken in 6b711cf37c228749b6a8cef50e16e3c587d18dd4, so 9.2 and
before are OK.
2013-11-18 22:01:59 -05:00
..
2013-07-25 11:33:15 -04:00
2013-11-18 22:01:59 -05:00
2012-12-26 19:26:30 -05:00
2012-05-15 22:19:41 +03:00
2013-10-22 19:40:26 -04:00