Fix error message on short read of pg_control
Magnus Hagander <magnus@hagander.net>
Fix error message on short read of pg_control Instead of saying "error: success", indicate that we got a working read but it was too short.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +12 −4 |
| src/common/controldata_utils.c | modified | +26 −9 |