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

From Tom Lane
Subject Re: BUG #2945: possibly forgotten SPI_push()/SPI_pop()
Date
Msg-id 12063.1170194892@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2945: possibly forgotten SPI_push()/SPI_pop()  ("Sergiy Vyshnevetskiy" <serg@vostok.net>)
Responses Re: BUG #2945: possibly forgotten SPI_push()/SPI_pop()  (Sergiy Vyshnevetskiy <serg@vostok.net>)
List pgsql-bugs
"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

There might be similar problems elsewhere ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Sergiy Vyshnevetskiy
Date:
Subject: Re: BUG #2945: possibly forgotten SPI_push()/SPI_pop()
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #2913: Subscript on multidimensional array yields no value