plscheme - plscheme: Fixed an important bug about NULL handling when - Mailing list pgsql-committers

From knt@pgfoundry.org (User Knt)
Subject plscheme - plscheme: Fixed an important bug about NULL handling when
Date
Msg-id 20060930201357.87CD186C664@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fixed an important bug about NULL handling when returning nested records. (And
some other minor fixes related with NULL issues.)

Added SRF functionality. (Using materialize mode instead of value-per-call. See
related comment lines in the handle_func_res() body.)

Modified Files:
--------------
    plscheme:
        plscheme.c (r1.12 -> r1.13)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme.c.diff?r1=1.12&r2=1.13)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Suppress compiler warnings.
Next
From: knt@pgfoundry.org (User Knt)
Date:
Subject: plscheme - htdocs: "Welcome SRF!" banner is hanged up.