From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "D(dot) Hageman" <dhageman(at)dracken(dot)com> |
Cc: | pgsql-patches(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net> |
Subject: | Re: Fix for psql core dumping on bad user |
Date: | 2001-04-17 23:32:45 |
Message-ID: | 7071.987550365@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
"D. Hageman" <dhageman(at)dracken(dot)com> writes:
> The postgresql interactive terminal will dump core on any script that is
> run via the -f command line option if their exists a connect line without
> a valid user.
Curiously, I see no core dump here:
$ cat zscript
\connect - testuser
$ psql -f zscript regression
psql:zscript:1: \connect: FATAL 1: user "testuser" does not exist
$
Nonetheless, the comment at the top of do_connect() says that it
*should* terminate the program under these circumstances, so I'm not
sure why it doesn't. Peter?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-04-18 00:13:47 | Re: Re: timeout on lock feature |
Previous Message | Rainer Mager | 2001-04-17 23:24:26 | RE: [BUGS] Problem with 7.0.3 dump -> 7.1b4 restore |
From | Date | Subject | |
---|---|---|---|
Next Message | D. Hageman | 2001-04-18 12:06:48 | Re: Fix for psql core dumping on bad user |
Previous Message | D. Hageman | 2001-04-17 22:39:13 | Fix for psql core dumping on bad user |