]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:43 +0000 (19:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Aug 2005 19:05:43 +0000 (19:05 +0000)
commit6f0da9545a791f87af382924acc9253805283f9c
tree2ccf83ca453983235eb7f48bf78752dd20bbb76a
parentc98a606f4d16307697ef723bde5d0c6aed7f7a19
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