diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_dump/pg_dump.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 9585c58c65c..020a982712c 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -611,9 +611,6 @@ main(int argc, char **argv) /* Register the cleanup hook */ on_exit_close_archive(fout); - if (fout == NULL) - exit_horribly(NULL, "could not open output file \"%s\" for writing\n", filename); - /* Let the archiver know how noisy to be */ fout->verbose = g_verbose; |