array_map can't use the fn_extra field of the provided fcinfo struct as

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3e65431bc1a722c5d7e1a7598f3b18f9b3224ace
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-03-24T21:51:04Z
Releases: 7.4.8
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.

Files

PathChange+/−
src/backend/utils/adt/arrayfuncs.c modified +21 −32
src/include/utils/array.h modified +12 −2