REL7_0_PATCHES pgsql/src/backend/tcop (fastpath.c) - Mailing list pgsql-committers

From Tom Lane
Subject REL7_0_PATCHES pgsql/src/backend/tcop (fastpath.c)
Date
Msg-id 200005281540.LAA70068@hub.org
Whole thread Raw
List 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.

pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: REL7_0_PATCHES pgsql/src/backend/utils/mb (wchar.c)
Next
From: Tom Lane
Date:
Subject: REL7_0_PATCHES pgsql/src/backend/utils/adt (arrayfuncs.c)