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:16
Message-ID: 20050815190516.E711A52A2F@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.

Modified Files:
--------------
pgsql/contrib/intagg:
int_aggregate.c (r1.19 -> r1.20)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.c.diff?r1=1.19&r2=1.20)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-08-15 19:05:31 pgsql: int_array_enum function should be using fcinfo->flinfo->fn_extra
Previous Message Tom Lane 2005-08-15 16:25:19 pgsql: Allow the pgstat views to show toast tables as well as regular