Fix over-optimistic caching in fetch_array_arg_replace_nulls().

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

Commit: 77903ede08845e55bd2a6c99b52d8da6926d6e84
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-02-25T19:19:13Z
Releases: 9.5.0
Fix over-optimistic caching in fetch_array_arg_replace_nulls().

When I rewrote this in commit 56a79a869bedc4bf6c35853642694cc0b0594dd2,
I forgot that it's possible for the input array type to change from one
call to the next (this can happen when applying the function to
pg_statistic columns, for instance).  Fix that.

Files

PathChange+/−
src/backend/utils/adt/array_userfuncs.c modified +22 −14