• Heikki Linnakangas's avatar
    Get rid of obsolete parse_version helper function. · 901b89e3
    Heikki Linnakangas authored
    For getting the server's version in numeric form, use PQserverVersion().
    It does the exact same parsing as dumputils.c's parse_version(), and has
    been around in libpq for a long time. For the client's version, just use
    the PG_VERSION_NUM constant.
    901b89e3
pg_dumpall.c 56.6 KB