Re: "recovering prepared transaction" after server restart message - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: "recovering prepared transaction" after server restart message
Date
Msg-id 200702140419.l1E4Jq213737@momjian.us
Whole thread Raw
In response to "recovering prepared transaction" after server restart message  ("Joachim Wieland" <joe@mcknight.de>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Deadlock with pg_dump?
Next
From: Bruce Momjian
Date:
Subject: Re: Various breakages in new contrib/isn module