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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: int_array_enum function should be using fcinfo->flinfo->fn_extra
Date
Msg-id 20050815190559.D032952ED1@svr1.postgresql.org
Whole thread Raw
List 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_3_STABLE

Modified Files:
--------------
    pgsql/contrib/intagg:
        int_aggregate.c (r1.6.2.4 -> r1.6.2.5)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.c.diff?r1=1.6.2.4&r2=1.6.2.5)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Allow the pgstat views to show toast tables as well as regular
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: int_array_enum function should be using fcinfo->flinfo->fn_extra