pgsql: Fix pg_dumpall option parsing: -i doesn't take an argument. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix pg_dumpall option parsing: -i doesn't take an argument.
Date
Msg-id E1WPvAR-0003yy-8n@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix pg_dumpall option parsing: -i doesn't take an argument.

This used to work properly, but got fat-fingered in commit
3dee636e0404885d07885d41c0d70e50c784f324.  Per bug #9620 from
Nicolas Payart.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/63817f86b57fc3d29b57787bca9d786218b7ee25

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix pg_dumpall option parsing: -i doesn't take an argument.
Next
From: Robert Haas
Date:
Subject: pgsql: Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Siz