pgsql: Have crosstab variants treat NULL rowid as a category in its own

From: joe(at)postgresql(dot)org (Joe Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have crosstab variants treat NULL rowid as a category in its own
Date: 2007-11-10 05:01:20
Message-ID: 20071110050120.359467540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/contrib/tablefunc:
tablefunc.c (r1.45 -> r1.45.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/tablefunc.c?r1=1.45&r2=1.45.2.1)
pgsql/contrib/tablefunc/data:
ct.data (r1.1 -> r1.1.14.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/data/ct.data?r1=1.1&r2=1.1.14.1)
pgsql/contrib/tablefunc/expected:
tablefunc.out (r1.13 -> r1.13.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/expected/tablefunc.out?r1=1.13&r2=1.13.2.1)
pgsql/contrib/tablefunc/sql:
tablefunc.sql (r1.12 -> r1.12.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/sql/tablefunc.sql?r1=1.12&r2=1.12.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2007-11-10 05:01:50 pgsql: Have crosstab variants treat NULL rowid as a category in its own
Previous Message Joe Conway 2007-11-10 05:00:42 pgsql: Have crosstab variants treat NULL rowid as a category in its own