python - be: Duplicate the resulting Datum or HeapTuple in the former - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Duplicate the resulting Datum or HeapTuple in the former
Date
Msg-id 20050619020119.1D30F11261FF@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Duplicate the resulting Datum or HeapTuple in the former memory context.
This fixes triggers that return a replacement tuple.

Modified Files:
--------------
    be/src:
        pl.c (r1.15 -> r1.16)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.15&r2=1.16)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix typo in comment.
Next
From: Pavel Stehule
Date:
Subject: Re: pgsql: Add BETWEEN SYMMETRIC.