]> git.ipfire.org Git - thirdparty/postgresql.git/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:38 +0000 (21:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Mar 2005 21:50:38 +0000 (21:50 +0000)
commit0dca4fcb0e9555cbfa38f60a6362b1b0418859c0
tree88af6b142d67ec45e100ee87b48082034b056c94
parent8269ad4ffee49ba4fb3441198ab09cd835bdde24
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