Обсуждение: pgsql: Have crosstab variants treat NULL rowid as a category in its own

Поиск
Список
Период
Сортировка

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

От
joe@postgresql.org (Joe Conway)
Дата:
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_0_STABLE

Modified Files:
--------------
    pgsql/contrib/tablefunc:
        tablefunc.c (r1.34 -> r1.34.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/tablefunc.c?r1=1.34&r2=1.34.4.1)
    pgsql/contrib/tablefunc/data:
        ct.data (r1.1 -> r1.1.10.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/data/ct.data?r1=1.1&r2=1.1.10.1)
    pgsql/contrib/tablefunc/expected:
        tablefunc.out (r1.11 -> r1.11.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/expected/tablefunc.out?r1=1.11&r2=1.11.4.1)
    pgsql/contrib/tablefunc/sql:
        tablefunc.sql (r1.10 -> r1.10.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/sql/tablefunc.sql?r1=1.10&r2=1.10.4.1)