Re: Crash Backend in 7.3.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ian Harding" <ianh(at)tpchd(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Crash Backend in 7.3.1
Date: 2003-02-06 17:05:25
Message-ID: 13395.1044551125@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ian Harding" <ianh(at)tpchd(dot)org> writes:
> This crashes for me. I know it's a syntax error, but others are handled more gracefully.

Fixed --- pltcl_elog was trying to be cute about error handling, but got
it wrong in this one code path. It's probably not worth your trouble to
apply the patch manually; just don't call elog with the wrong number of
parameters ;-)

Thanks for the report.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2003-02-06 17:05:42 Re: how to determine OID of the row I just inserted???
Previous Message will trillich 2003-02-06 16:50:25 Re: Basic SQL join question