]> granicus.if.org Git - postgresql/commit
array_map can't use the fn_extra field of the provided fcinfo struct as
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Mar 2005 21:50:52 +0000 (21:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Mar 2005 21:50:52 +0000 (21:50 +0000)
commite1fc33969a71583c53910e66533bb926f8bf0c48
tree777bd0a7b15edf1da139f9eb2d926aea269f7c46
parentd5595f986d643e5e0927d69a5f80e8c70633da71
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.
src/backend/utils/adt/arrayfuncs.c
src/include/utils/array.h