pgsql: Refactor crosstab() to build and return a tuplestore instead of - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Refactor crosstab() to build and return a tuplestore instead of
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Refactor crosstab() to build and return a tuplestore instead of using
value-per-call mode.  This should be more efficient in normal usage,
but the real problem with the prior coding was that it returned with
a SPI call still active.  That could cause problems if execution was
interleaved with anything else that might use SPI.

Modified Files:
--------------
    pgsql/contrib/tablefunc:
        tablefunc.c (r1.56 -> r1.57)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/tablefunc.c?r1=1.56&r2=1.57)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix dblink and tablefunc to not return with the wrong
Next
From: [email protected] (User Fxjr)
Date:
Subject: npgsql - Npgsql2: [#1010488] NgsqlParameter of type containing DBNull