pgsql: Remove bogus -K option from pg_dump. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove bogus -K option from pg_dump.
Date
Msg-id E1W07Vb-0003RJ-HJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove bogus -K option from pg_dump.

I added it to the getopt call by accident in commit
691e595dd9c7786d37d73ccd327f8c2b6f0dace6.

Amit Kapila

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8660f4b759f39f7f98776d6f39001246ad3daf6f

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove bogus -K option from pg_dump.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add more use of psprintf()