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:31
Message-ID: 20050815190531.85C8D52E76@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:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/contrib/intagg:
int_aggregate.c (r1.13.4.4 -> r1.13.4.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.c.diff?r1=1.13.4.4&r2=1.13.4.5)

Browse pgsql-committers by date

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