Re: BUG #2945: possibly forgotten SPI_push()/SPI_pop()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sergiy Vyshnevetskiy" <serg(at)vostok(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2945: possibly forgotten SPI_push()/SPI_pop()
Date: 2007-01-30 22:08:12
Message-ID: 12063.1170194892@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Sergiy Vyshnevetskiy" <serg(at)vostok(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2007-01-30 22:50:26 Re: BUG #2913: Subscript on multidimensional array yields no value
Previous Message Tom Lane 2007-01-30 16:45:24 Re: [BUGS] Missing error message on missing ssl-key-files