Re: postgres crashing on a seemingly good query - Mailing list pgsql-hackers

From Abhijit Menon-Sen
Subject Re: postgres crashing on a seemingly good query
Date
Msg-id 20050219180701.GA4073@penne.toroid.org
Whole thread Raw
In response to Re: postgres crashing on a seemingly good query  (Abhijit Menon-Sen <ams@oryx.com>)
List pgsql-hackers
At 2005-02-19 23:18:01 +0530, ams@oryx.com wrote:
>
> If I change my code (by means of an unspeakably vile hack, but never
> mind that) to specify each parameter types in the parse message, the
> server no longer crashes.

In fact, it works if I specify only the two integer types, and leave the
three varlenas unspecified.

-- ams


pgsql-hackers by date:

Previous
From: Abhijit Menon-Sen
Date:
Subject: Re: postgres crashing on a seemingly good query
Next
From: Jaime Casanova
Date:
Subject: Re: Data loss, vacuum, transaction wrap-around