pgsql: array_map can't use the fn_extra field of the provided fcinfo

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: array_map can't use the fn_extra field of the provided fcinfo
Date: 2005-03-24 21:50:52
Message-ID: 20050324215052.B07D75375B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
array_map can't use the fn_extra field of the provided fcinfo struct as
its private storage, because that belongs to the function that it is
supposed to call. Per report from Ezequiel Tolnay.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
arrayfuncs.c (r1.115 -> r1.115.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/arrayfuncs.c.diff?r1=1.115&r2=1.115.4.1)
pgsql/src/include/utils:
array.h (r1.51 -> r1.51.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/array.h.diff?r1=1.51&r2=1.51.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-03-24 21:51:05 pgsql: array_map can't use the fn_extra field of the provided fcinfo
Previous Message Tom Lane 2005-03-24 21:50:39 pgsql: array_map can't use the fn_extra field of the provided fcinfo