array_map can't use the fn_extra field of the provided fcinfo struct as
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/arrayfuncs.c | modified | +21 −32 |
| src/include/utils/array.h | modified | +12 −2 |