• Robert Haas's avatar
    pg_dump: Miscellaneous tightening based on recent refactorings. · 1cc1b91d
    Robert Haas authored
    Use exit_horribly() and ExecuteSqlQueryForSingleRow() in various
    places where it's equivalent, or nearly equivalent, to the prior
    coding. Apart from being more compact, this also makes the error
    messages for the wrong-number-of-tuples case more consistent.
    1cc1b91d
pg_dump.c 417 KB