Re: Crash Backend in 7.3.1 - Mailing list pgsql-general

From Tom Lane
Subject Re: Crash Backend in 7.3.1
Date
Msg-id 13395.1044551125@sss.pgh.pa.us
Whole thread Raw
In response to Crash Backend in 7.3.1  ("Ian Harding" <ianh@tpchd.org>)
List pgsql-general
"Ian Harding" <ianh@tpchd.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

pgsql-general by date:

Previous
From: ahoward
Date:
Subject: PGconn timeout
Next
From: Joe Conway
Date:
Subject: Re: how to determine OID of the row I just inserted???