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:16 +0000 (19:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Aug 2005 19:05:16 +0000 (19:05 +0000)
commite6a30121be93c7d66e704d0b449e124c0fdd0127
treebb3c67d17a70a07b7031b7e3353c8a928724fe22
parent87808aef05c91bdd26cb4447489db8a35c0d6fb2
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