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

From: Sergiy Vyshnevetskiy <serg(at)vostok(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2945: possibly forgotten SPI_push()/SPI_pop()
Date: 2007-01-31 15:49:45
Message-ID: Pine.LNX.4.64.0701311741540.22446@uanet.vostok.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, 30 Jan 2007, Tom Lane wrote:

> "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

Yeap, you nailed the insect.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Sergiy Vyshnevetskiy 2007-01-31 17:59:21 BUG #2948: default null values for not-null domains
Previous Message chris 2007-01-31 15:13:39 BUG #2946: server crashes when trying to catch exception in function