plpsm - plpgpsm: merge patch: Add SPI_push/SPI_pop calls so that - Mailing list pgsql-committers

From okbob@pgfoundry.org (User Okbob)
Subject plpsm - plpgpsm: merge patch: Add SPI_push/SPI_pop calls so that
Date
Msg-id 20070203172823.ACD6721725F@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
merge patch:  Add SPI_push/SPI_pop calls so that datatype input and output

Add SPI_push/SPI_pop calls so that datatype input and output functions called
by plpgsql can themselves use SPI --- possibly indirectly, as in the case
of domain_in() invoking plpgsql functions in a domain check constraint.
Per bug #2945 from Sergiy Vyshnevetskiy.

Modified Files:
--------------
    plpgpsm/src:
        pl_exec.c (r1.32 -> r1.33)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/pl_exec.c.diff?r1=1.32&r2=1.33)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Use -Wl for linker switches on freebsd --- back-port of an 8.0
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Update SQL conformance information about XML features.