Re: pgsql-server: Fix a number of places where brittle data structures or

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: pgsql-server: Fix a number of places where brittle data structures or
Дата
Msg-id 200409071119.29856.xzilla@users.sourceforge.net
обсуждение исходный текст
Ответ на pgsql-server: Fix a number of places where brittle data structures or  (tgl@svr1.postgresql.org (Tom Lane))
Ответы Re: pgsql-server: Fix a number of places where brittle data structures or  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Monday 06 September 2004 19:34, Tom Lane wrote:
> Log Message:
> -----------
> Fix a number of places where brittle data structures or overly strong
> Asserts would lead to a server core dump if an error occurred while
> trying to abort a failed subtransaction (thereby leading to re-execution
> of whatever parts of AbortSubTransaction had already run).  This of course
> does not prevent such an error from creating an infinite loop, but at
> least we don't make the situation worse.  Responds to an open item on
> the subtransactions to-do list.
>

Does that eliminate the following from the open items list?

resolve issues with pg_subtrans and pg_clog re: WAL-logging and fsync /
determine proper crash recovery/logging for pg_subtrans

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server: Fix places where WaitForxxx can block, to eliminate
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql-server: Fix a number of places where brittle data structures or