plscheme - plscheme: Fixed previously mentioned write-past-chunk bug.

From: knt(at)pgfoundry(dot)org (User Knt)
To: pgsql-committers(at)postgresql(dot)org
Subject: plscheme - plscheme: Fixed previously mentioned write-past-chunk bug.
Date: 2006-08-18 14:31:51
Message-ID: 20060818143151.E452886CA82@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Knt 2006-08-18 14:53:20 plscheme - htdocs: Imported Sources
Previous Message Magnus Hagander 2006-08-18 11:42:53 Re: pgsql: Update WIN32 quoting roles documentation.