REL7_0_PATCHES pgsql/src/backend/tcop (fastpath.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: REL7_0_PATCHES pgsql/src/backend/tcop (fastpath.c)
Date: 2000-05-28 15:40:25
Message-ID: 200005281540.LAA70068@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, May 28, 2000 @ 11:40:25
Author: tgl
Tag: REL7_0_PATCHES

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/tcop
from hub.org:/home/projects/pgsql/tmp/cvs-serv70063

Modified Files:
fastpath.c

----------------------------- Log Message -----------------------------

fastpath neglected to pass a valid isNull flag to the function being
called. We hadn't noticed this because C-coded functions mostly don't
pay attention to isNull anyway ... but plpgsql functions sure do ...
This is fixed in another way for 7.1, but 7.0.1 needs this patch.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-05-28 17:43:35 REL7_0_PATCHES pgsql/src/backend/utils/adt (arrayfuncs.c)
Previous Message Tatsuo Ishii 2000-05-28 04:57:07 REL7_0_PATCHES pgsql/src/backend/utils/mb (wchar.c)