pgsql/ oc/src/sgml/spi.sgml rc/backend/executo ... - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/ oc/src/sgml/spi.sgml rc/backend/executo ...
Date
Msg-id 200111051941.fA5Jfvg65818@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/11/05 14:41:56

Modified files:
    doc/src/sgml   : spi.sgml
    src/backend/executor: spi.c
    src/include/executor: spi.h
    src/pl/plpgsql/src: pl_exec.c

Log message:
    Fix coredump in plpgsql when trying to return a rowtype result.
    Need to return a TupleTableSlot, not just a bare tuple.


pgsql-committers by date:

Previous
From: momjian@postgresql.org
Date:
Subject: pgsql/ ontrib/btree_gist/btree_gist.c ontrib/c ...
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src backend/storage/lmgr/proc.c include/ ...