Re: Fix for psql core dumping on bad user

From: "D(dot) Hageman" <dhageman(at)dracken(dot)com>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: <peter_e(at)gmx(dot)net>, <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Fix for psql core dumping on bad user
Date: 2001-04-19 15:40:07
Message-ID: Pine.LNX.4.33.0104191037480.6320-100000@typhon.dracken.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Thu, 19 Apr 2001, Tatsuo Ishii wrote:
>
> I have commited a fix. Please grab the snapshot and try again.
> --
> Tatsuo Ishii

The results are much much better. No core dumping at all. Thank you for
your help with this. Not that it was a major bug, but I like to help make
open source projects better whenever I can.

[dhageman(at)typhon psql]$ ./psql -f test.sql test
psql:test.sql:1: \connect: FATAL 1: user "testuser" does not exist
[dhageman(at)typhon psql]$ echo $?
2
[dhageman(at)typhon psql]$

--
//===================================================================\\
|| D. Hageman <dhageman(at)dracken(dot)com> ||
\\===================================================================//

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2001-04-19 15:41:54 Re: Re: No printable 7.1 docs?
Previous Message Bruce Momjian 2001-04-19 15:21:02 Re: Re: AW: AW: timeout on lock feature

Browse pgsql-patches by date

  From Date Subject
Next Message Peter T Mount 2001-04-20 11:06:46 Re: PATCH: JDBC compile w/ jikes
Previous Message Tatsuo Ishii 2001-04-19 05:21:07 Re: Fix for psql core dumping on bad user