plscheme - plscheme: Fixed previously mentioned write-past-chunk bug. - Mailing list pgsql-committers

From knt@pgfoundry.org (User Knt)
Subject plscheme - plscheme: Fixed previously mentioned write-past-chunk bug.
Date
Msg-id 20060818143151.E452886CA82@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fixed previously mentioned write-past-chunk bug. attnulls array passed to
heap_formtuple() requires special care:

  attnulls[i] = (isnull) ? 'n' : ' ';

Thanks Tom Lane for his kindly help to find the bug.

Modified Files:
--------------
    plscheme:
        plscheme-8.2.c (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme-8.2.c.diff?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: pgsql: Update WIN32 quoting roles documentation.
Next
From: knt@pgfoundry.org (User Knt)
Date:
Subject: plscheme - htdocs: Imported Sources