Re: segfault on rollback

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: segfault on rollback
Дата
Msg-id 8300.1155508096@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: segfault on rollback  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: segfault on rollback
Список pgsql-hackers
I wrote:
> We could "fix" this by emitting the log message before calling
> finish_xact_command, but I think that would result in seriously
> underreporting the time required for a COMMIT.  Probably the right fix
> is to copy the data we might need out of the Portal before committing.

Patch applied.

This reminds me that even though the V3-protocol code has been in there
since 7.4, we don't have nearly complete test coverage on it.  It'd be a
good idea to have some basic tests included somewhere in the standard or
contrib regression tests.  Any thoughts about an easy way to do it?
        regards, tom lane


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

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: Re: problem with volatile functions in subselects ?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: segfault on rollback