Re: SEGV in contrib/array/array_iterator.c - Mailing list pgsql-bugs

From Tom Lane
Subject Re: SEGV in contrib/array/array_iterator.c
Date
Msg-id 27737.1017780858@sss.pgh.pa.us
Whole thread Raw
In response to Re: SEGV in contrib/array/array_iterator.c  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-bugs
Stephan Szabo <sszabo@megazone23.bigpanda.com> writes:
> On Tue, 2 Apr 2002, Tom Lane wrote:
>> Hm ... isn't it NULL anyway, if the left side is NULL?

> I think the empty case is special, due to the rules on <quantified
> comparison predicate>s.

[ reads spec... ]  Yeah, I think you are right.

Looks like our subplan implementation gets it right, too.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: huh!?
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #628: move works incorrectly on cursors using GiST indexes