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:
parent
cb775768e3
commit
c08521eb55
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user