• Bruce Momjian's avatar
    pg_upgrade: make get_major_server_version() err msg consistent · 2247a1ea
    Bruce Momjian authored
    This patch fixes the error message in get_major_server_version() to be
    "could not parse version file", and uses the full file path name, rather
    than just the data directory path.
    
    Also, commit 4109bb5d added the cause of the failure to the  "could
    not open" error message, and improved quoting.  This patch backpatches
    the "could not open" cause to PG 12, where it was first widely used, and
    backpatches the quoting fix in that patch to all supported releases.
    
    Reported-by: Tom Lane
    
    Discussion: https://postgr.es/m/87pne2w98h.fsf@wibble.ilmari.org
    
    Author: Dagfinn Ilmari Mannsåker
    
    Backpatch-through: 9.5
    2247a1ea
server.c 10.3 KB