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

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

Commit: 497f11845c2f7d4843b5e77d8c774580d1eb5c38
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-08-15T19:05:30Z
Releases: 8.0.4
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