]> 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:58 +0000 (19:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Aug 2005 19:05:58 +0000 (19:05 +0000)
commitf7395660695eb14389124815bd0a616ad6186381
treebb29df2ddf00334a52a3d06ac8a3e63899b73139
parent76f39619d71b11795ef8145f9b80763c4d2bef1a
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