pgsql: int_array_enum function should be using fcinfo->flinfo->fn_extra

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: int_array_enum function should be using fcinfo->flinfo->fn_extra
Date: 2005-08-15 19:05:44
Message-ID: 20050815190544.0A3FB52A2F@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/contrib/intagg:
int_aggregate.c (r1.11.4.4 -> r1.11.4.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.c.diff?r1=1.11.4.4&r2=1.11.4.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-08-15 19:05:59 pgsql: int_array_enum function should be using fcinfo->flinfo->fn_extra
Previous Message Tom Lane 2005-08-15 19:05:31 pgsql: int_array_enum function should be using fcinfo->flinfo->fn_extra