int_array_enum function should be using fcinfo->flinfo->fn_extra for
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Aug 2005 19:05:30 +0000 (19:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Aug 2005 19:05:30 +0000 (19:05 +0000)
commitd0fe945f663e6c9f7fece1cdb1c0ec853f574cd6
treebf6b535da331aedd3096635d990e7206e50e3242
parent25a27b69832a02e9de35569b51e11993a67c8055
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.
contrib/intagg/int_aggregate.c