pgsql: array_map can't use the fn_extra field of the provided fcinfo - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: array_map can't use the fn_extra field of the provided fcinfo
Date
Msg-id 20050324215105.0319253744@svr1.postgresql.org
Whole thread Raw
List 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:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        arrayfuncs.c (r1.100.2.2 -> r1.100.2.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/arrayfuncs.c.diff?r1=1.100.2.2&r2=1.100.2.3)
    pgsql/src/include/utils:
        array.h (r1.45 -> r1.45.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/array.h.diff?r1=1.45&r2=1.45.4.1)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: array_map can't use the fn_extra field of the provided fcinfo
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Revert ill-conceived change of libpq linkage --- breaks ecpg.