Re: "recovering prepared transaction" after server restart message

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: "recovering prepared transaction" after server restart message
Дата
Msg-id 200702140419.l1E4Jq213737@momjian.us
обсуждение исходный текст
Ответ на "recovering prepared transaction" after server restart message  ("Joachim Wieland" <joe@mcknight.de>)
Список pgsql-hackers
Added to TODO:
* Improve logging of prepared statements recovered during startup
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php



---------------------------------------------------------------------------

Joachim Wieland wrote:
> There have been several reports that people could not vacuum any more or
> observed strange locks even after server restart. The reason was that they
> still had uncommitted prepared transactions around.
> 
> 
> I wonder if it could help to change the log level from
> 
>     ereport(LOG,
>             (errmsg("recovering prepared transaction %u", xid)));
> 
> to WARNING maybe in order to make that message more striking within the
> normal startup messages.
> 
> 
> 
> Joachim
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
> 
>                http://archives.postgresql.org

--  Bruce Momjian  <bruce@momjian.us>          http://momjian.us EnterpriseDB
http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Deadlock with pg_dump?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Various breakages in new contrib/isn module