pgsql: Fix core dump in duration logging for a V3-protocol Execute

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix core dump in duration logging for a V3-protocol Execute
Дата
Msg-id 20060813221808.D93C39FB200@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix core dump in duration logging for a V3-protocol Execute message
when what's being executed is a COMMIT or ROLLBACK.  Per report from
Sergey Koposov.  Backpatch to 8.1; 8.0 and before don't have the bug
due to lack of any logging at all here.

Modified Files:
--------------
    pgsql/src/backend/tcop:
        postgres.c (r1.497 -> r1.498)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.497&r2=1.498)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Cause psql to report both the returned data and the command
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix core dump in duration logging for a V3-protocol Execute