]> granicus.if.org Git - postgresql/commit
Fix error message on short read of pg_control
authorMagnus Hagander <magnus@hagander.net>
Fri, 18 May 2018 15:53:17 +0000 (17:53 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 18 May 2018 15:53:17 +0000 (17:53 +0200)
commit714d8e5fa1b21a1113d6cd444af5cbc9d67d566f
tree1a782c56176ea8b5e924fa1419c7366d642c30e9
parent6d7629094a527bd33f38426b012172cfc9e02e44
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.
src/backend/access/transam/xlog.c