]> 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:12 +0000 (17:53 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 18 May 2018 15:53:12 +0000 (17:53 +0200)
commit29ce50091d128faaabd0a4044e91a7d0da11bb8e
tree3f9063477a03fd26d523cf08d74ea331efd14f30
parentee68541ce60dd585cbc53142ab9cd14bf10fdf8f
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