Re: how is pitr replay interruption time determined? - Mailing list pgsql-admin

From Tom Lane
Subject Re: how is pitr replay interruption time determined?
Date
Msg-id 11206.1188341396@sss.pgh.pa.us
Whole thread Raw
In response to how is pitr replay interruption time determined?  (Robert Treat <xzilla@users.sourceforge.net>)
Responses Re: how is pitr replay interruption time determined?
Re: how is pitr replay interruption time determined?
List pgsql-admin
Simon Riggs <simon@2ndquadrant.com> writes:
> Yeh, we traced a problem with GIN indexes to this cause in early June;
> Teodor fixed it quickly in REL8_2_STABLE, but that won't be available
> until 8.2.5.

Thanks, that's what I missed finding ... Robert, do you have any GIN
indexes in this DB?

> I'd be happier with a log message to say
>   ereport(DEBUG2,
>     (errmsg("RM %d not safe to record restart point at %X/%X",
>             rmid,
>             checkPoint->redo.xlogid,
>             checkPoint->redo.xrecoff)));
> to help trace such things in future.

As long as it's DEBUG2 or so, no objection here.

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: how is pitr replay interruption time determined?
Next
From: Simon Riggs
Date:
Subject: Re: how is pitr replay interruption time determined?