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

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

Commit: 6f0da9545a791f87af382924acc9253805283f9c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-08-15T19:05:43Z
Releases: 7.4.9
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