pgsql: Have crosstab variants treat NULL rowid as a category in its own - Mailing list pgsql-committers

From joe@postgresql.org (Joe Conway)
Subject pgsql: Have crosstab variants treat NULL rowid as a category in its own
Date
Msg-id 20071110050241.DE4B57540F1@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Have crosstab variants treat NULL rowid as a category in its own right,
per suggestion from Tom Lane. This fixes crash-bug reported by Stefan
Schwarzer.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/contrib/tablefunc:
        tablefunc.c (r1.10.2.3 -> r1.10.2.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/tablefunc.c?r1=1.10.2.3&r2=1.10.2.4)
    pgsql/contrib/tablefunc/data:
        ct.data (r1.1 -> r1.1.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/data/ct.data?r1=1.1&r2=1.1.2.1)
    pgsql/contrib/tablefunc/expected:
        tablefunc.out (r1.4.2.1 -> r1.4.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/expected/tablefunc.out?r1=1.4.2.1&r2=1.4.2.2)

pgsql-committers by date:

Previous
From: joe@postgresql.org (Joe Conway)
Date:
Subject: pgsql: Have crosstab variants treat NULL rowid as a category in its own
Next
From: xzilla@pgfoundry.org (User Xzilla)
Date:
Subject: mysqlcompat - mysqlcompat: we also need a version for int vars for oct()