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:02:41
Message-ID: 20071110050241.DE4B57540F1@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:
----
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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Xzilla 2007-11-10 05:53:24 mysqlcompat - mysqlcompat: Another 8.3 data type issue...
Previous Message Joe Conway 2007-11-10 05:02:22 pgsql: Have crosstab variants treat NULL rowid as a category in its own