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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_dumpall option parsing: -i doesn't take an argument.
Date: 2014-03-18 14:38:59
Message-ID: E1WPvAR-0003yw-7I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/19f2d6cdae2bfa97c2ce8a7f5ac453a91f40704a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-03-18 15:26:11 pgsql: Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Siz
Previous Message Simon Riggs 2014-03-18 14:00:34 Re: [COMMITTERS] pgsql: Make it easy to detach completely from shared memory.