Remove dead code in pg_dump.

I'm not sure if this provision for "pg_backup" behaving a bit differently
from "pg_dump" ever did anything useful in a released version.  But it's
definitely dead code now.

Michael Paquier
This commit is contained in:
Tom Lane 2016-10-13 16:08:16 -04:00
parent cb775768e3
commit c08521eb55

View File

@ -363,10 +363,6 @@ main(int argc, char **argv)
progname = get_progname(argv[0]);
/* Set default options based on progname */
if (strcmp(progname, "pg_backup") == 0)
format = "c";
if (argc > 1)
{
if (strcmp(argv[1], "--help") == 0 || strcmp(argv[1], "-?") == 0)