plscheme - plscheme: Fixed an important bug about NULL handling when

From: knt(at)pgfoundry(dot)org (User Knt)
To: pgsql-committers(at)postgresql(dot)org
Subject: plscheme - plscheme: Fixed an important bug about NULL handling when
Date: 2006-09-30 20:13:57
Message-ID: 20060930201357.87CD186C664@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Knt 2006-09-30 20:27:54 plscheme - htdocs: "Welcome SRF!" banner is hanged up.
Previous Message Tom Lane 2006-09-30 18:44:37 pgsql: Suppress compiler warnings.