Re: Bug #714: pg_dump segfaults when given an invalid command - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #714: pg_dump segfaults when given an invalid command
Date
Msg-id 9443.1027047658@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bug #714: pg_dump segfaults when given an invalid command  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Bug #714: pg_dump segfaults when given an invalid command
Re: Bug #714: pg_dump segfaults when given an invalid command
List pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I just tried with current CVS and got:
>     $ aspg pg_dump  --someoptionthatdoesntexist somedb
>     pg_dump: unrecognized option `--someoptionthatdoesntexist'
>     Try 'pg_dump --help' for more information.
> My guess is that there is something buggy with your libc getopt.  Can
> someone else reproduce this error?

This is fixed since 7.2.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Bug #714: pg_dump segfaults when given an invalid command
Next
From: Bruce Momjian
Date:
Subject: Re: Bug #714: pg_dump segfaults when given an invalid command