]> 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:51:04 +0000 (21:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Mar 2005 21:51:04 +0000 (21:51 +0000)
commit3e65431bc1a722c5d7e1a7598f3b18f9b3224ace
tree901d4295f49e3131122f87717c257558ad528eba
parentb4fd104204c0cd81fe942511e172a867b5a29704
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