pgsql: Defend against crash while processing Describe Statement or

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Defend against crash while processing Describe Statement or
Дата
Msg-id 20051214170637.CC0CB9DC9EF@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Defend against crash while processing Describe Statement or Describe Portal
messages, when client attempts to execute these outside a transaction (start
one) or in a failed transaction (reject message, except for COMMIT/ROLLBACK
statements which we can handle).  Per report from Francisco Figueiredo Jr.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        prepare.c (r1.42 -> r1.42.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/prepare.c.diff?r1=1.42&r2=1.42.2.1)
    pgsql/src/backend/tcop:
        postgres.c (r1.468.2.2 -> r1.468.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.468.2.2&r2=1.468.2.3)
    pgsql/src/include/commands:
        prepare.h (r1.14 -> r1.14.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/prepare.h.diff?r1=1.14&r2=1.14.2.1)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Defend against crash while processing Describe Statement or
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Defend against crash while processing Describe Statement or