Re: BUG #2945: possibly forgotten SPI_push()/SPI_pop() - Mailing list pgsql-bugs

From Sergiy Vyshnevetskiy
Subject Re: BUG #2945: possibly forgotten SPI_push()/SPI_pop()
Date
Msg-id Pine.LNX.4.64.0701311741540.22446@uanet.vostok.net
Whole thread Raw
In response to Re: BUG #2945: possibly forgotten SPI_push()/SPI_pop()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On Tue, 30 Jan 2007, Tom Lane wrote:

> "Sergiy Vyshnevetskiy" <serg@vostok.net> writes:
>> Possible reason is forgotten SPI_push()/SPI_pop() wrapper in domain check
>> evaluation algorithm.
>
> I think it's really plpgsql's fault, not the domain code.  Try this patch:
> http://archives.postgresql.org/pgsql-committers/2007-01/msg00405.php

Yeap, you nailed the insect.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2913: Subscript on multidimensional array yields no value
Next
From: "Sergiy Vyshnevetskiy"
Date:
Subject: BUG #2948: default null values for not-null domains