Mention to pg_backup in pg_dump.c - Mailing list pgsql-hackers

From Michael Paquier
Subject Mention to pg_backup in pg_dump.c
Date
Msg-id CAB7nPqR94qZxLqMDavLY4j9NE4qFsLAjMaMJVaFwEYBA=RV4uw@mail.gmail.com
Whole thread Raw
Responses Re: Mention to pg_backup in pg_dump.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi all,

I just bumped into the following thing in pg_dump.c:   /* Set default options based on progname */   if
(strcmp(progname,"pg_backup") == 0)       format = "c";
 
As far as I can see this comes from e8f69be0 dated of 2000. Couldn't
this be removed? I have never seen traces of pg_backup in the code.

Regards,
-- 
Michael



pgsql-hackers by date:

Previous
From: Vitaly Burovoy
Date:
Subject: Re: macaddr 64 bit (EUI-64) datatype support
Next
From: Michael Paquier
Date:
Subject: pg_dump, pg_dumpall and data durability