]> granicus.if.org Git - postgresql/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:30 +0000 (19:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Aug 2005 19:05:30 +0000 (19:05 +0000)
commit497f11845c2f7d4843b5e77d8c774580d1eb5c38
treeb41b51e91dd66da19377cde143ee1240b4f409b4
parent0c9f00506b9e473341f0ac0cd7296b61eb570301
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