]> 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:52:18 +0000 (17:52 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 18 May 2018 15:54:18 +0000 (17:54 +0200)
commitcfb758b6d9c1df58fb1dfd5d3f6e70393fb17869
tree1e022ed9469e1c576e1ca7c36ee4c39fbffaa784
parenta194106c1b4468c74dbf6e83d845be86239844aa
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
src/common/controldata_utils.c