Re: FailedAssertion() in 8.2beta1 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: FailedAssertion() in 8.2beta1
Date
Msg-id 4413.1160252402@sss.pgh.pa.us
Whole thread Raw
In response to Re: FailedAssertion() in 8.2beta1  ("Sergey E. Koposov" <math@sai.msu.ru>)
Responses Re: FailedAssertion() in 8.2beta1  ("Sergey E. Koposov" <math@sai.msu.ru>)
List pgsql-hackers
"Sergey E. Koposov" <math@sai.msu.ru> writes:
> And the java program crashing the backend is attached. (it is generally
> one prepared statement , which i didn't succeded to crash from psql) 

Right, because the bug was in exec_bind_message, which you can't invoke
from psql :-(.  Fixed, but we really need to think harder about having
a test suite that makes use of the Parse/Bind/Execute protocol path...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: 8.2 translation status?
Next
From: Tom Lane
Date:
Subject: Re: Checking max_stack_depth automatically