• Stephen Frost's avatar
    Minor pg_dump improvements · cfa1b4a7
    Stephen Frost authored
    Improve pg_dump by checking results on various fgetc() calls which
    previously were unchecked, ditto for ftello.  Also clean up a couple
    of very minor memory leaks by waiting to allocate structures until
    after the initial check(s).
    
    Issues spotted by Coverity.
    cfa1b4a7
pg_dump.c 455 KB