pgsql-server: Hashed crosstab was dying with an SPI_finish error when

Поиск
Список
Период
Сортировка
От joe@svr1.postgresql.org (Joe Conway)
Тема pgsql-server: Hashed crosstab was dying with an SPI_finish error when
Дата
Msg-id 20040811010209.8460B14B281F@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Hashed crosstab was dying with an SPI_finish error when the source SQL
produced no rows. Now it returns 0 rows instead. Adjusted regression
test for this case.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql-server/contrib/tablefunc:
        tablefunc.c (r1.25.2.1 -> r1.25.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/tablefunc/tablefunc.c.diff?r1=1.25.2.1&r2=1.25.2.2)
    pgsql-server/contrib/tablefunc/expected:
        tablefunc.out (r1.10 -> r1.10.2.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/tablefunc/expected/tablefunc.out.diff?r1=1.10&r2=1.10.2.1)
    pgsql-server/contrib/tablefunc/sql:
        tablefunc.sql (r1.9 -> r1.9.2.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/tablefunc/sql/tablefunc.sql.diff?r1=1.9&r2=1.9.2.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server: Update DELETE FROM TODO info.
Следующее
От: joe@svr1.postgresql.org (Joe Conway)
Дата:
Сообщение: pgsql-server: Hashed crosstab was dying with an SPI_finish error when