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

From Tom Lane
Subject Re: postgres crashing on a seemingly good query
Date
Msg-id 20774.1108956198@sss.pgh.pa.us
Whole thread Raw
In response to Re: postgres crashing on a seemingly good query  (Neil Conway <neilc@samurai.com>)
List pgsql-hackers
Neil Conway <neilc@samurai.com> writes:
> On Sat, 2005-02-19 at 14:35 -0500, Tom Lane wrote:
>> Good catch.  I've applied the attached patch (this is against 8.0/CVS
>> tip but applies with some fuzz to 7.4).

> Is there a way to repro this via SQL? (It would be nice to have a
> regression test...)

No, because there's no way to specify a parameter of unknown type at
the SQL level.

The V3 protocol has a whole lot of behavior that cannot be tested by
psql scripts.  Maybe we ought to think about adding some other kind
of test mechanism for it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: postgres crashing on a seemingly good query
Next
From: Tom Lane
Date:
Subject: Re: Time Zone Names Problem