Re: [BUGS] Bug #714: pg_dump segfaults when given an invalid command

2002-07-19 Thread Menno Smits
Sorry but I'm using 7.2.1 and am seeing the problem :). It didn't occur on the same machine/libs with 7.1.2. Regards, Menno Smits On Thu, Jul 18, 2002 at 11:00:58PM -0400, Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > I just tried with current CVS and got: > > $ aspg pg_du

Re: [BUGS] Bug #714: pg_dump segfaults when given an invalid command

2002-07-18 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> 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 th

Re: [BUGS] Bug #714: pg_dump segfaults when given an invalid command

2002-07-18 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> 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

Re: [BUGS] Bug #714: pg_dump segfaults when given an invalid command

2002-07-18 Thread Bruce Momjian
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