Re: Fix for psql core dumping on bad user - Mailing list pgsql-patches

From D. Hageman
Subject Re: Fix for psql core dumping on bad user
Date
Msg-id Pine.LNX.4.33.0104191037480.6320-100000@typhon.dracken.com
Whole thread Raw
In response to Re: Fix for psql core dumping on bad user  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List 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@typhon psql]$ ./psql -f test.sql test
psql:test.sql:1: \connect: FATAL 1:  user "testuser" does not exist
[dhageman@typhon psql]$ echo $?
2
[dhageman@typhon psql]$

--
//===================================================================\\
||  D. Hageman                               <dhageman@dracken.com>  ||
\\===================================================================//


pgsql-patches by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Fix for psql core dumping on bad user
Next
From: Jason Tishler
Date:
Subject: Cygwin PostgreSQL ESQL Patch