int_array_enum function should be using fcinfo->flinfo->fn_extra for

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

Commit: e6a30121be93c7d66e704d0b449e124c0fdd0127
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-08-15T19:05:16Z
Releases: 8.1.0
int_array_enum function should be using fcinfo->flinfo->fn_extra for
working state, not fcinfo->context.  Silly oversight on my part in last
go-round of fixes.

Files

PathChange+/−
contrib/intagg/int_aggregate.c modified +8 −7