[EMAIL PROTECTED] writes:
> Hi, while porting a 6.5 app to 7.1.1 i found a plpgsql function that
> crashes the backend. Other functions work though. When i rewrite the
> function to be more sane, the crash doesnt happen anymore. Still the
> backend shouldnt crash (and it didnt in 6.5 btw).
> The w
This looks similar to the issue I reported. Tom has already placed a
patch in CVS that works for me. fetch the latest
pgsql/src/pl/plpgsql/src/pl_exec.c file from CVS in the REL7_1_STABLE
branch.
Going back to 7.1 also fixes this problem.
On Wed, May 09, 2001 at 08:54:03AM -0400, [EMAIL PRO
([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
PostgreSQL 7.1.1: Backend crash when calling plpgsql function
Long Description
Hi, while porting a 6.5 app to 7.1.1 i found a plpgsql function that crashes the
backend. Other fu