Re: PANIC in pg_commit_ts slru after crashes

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PANIC in pg_commit_ts slru after crashes
Date: 2017-04-17 15:33:19
Message-ID: CAMkU=1y3gcGq3donBuyGGdgwvRET5rUK5W4oQT9ruNhYGN-ahA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Apr 16, 2017 at 6:59 PM, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
wrote:

>
>
> Jeff, does this patch make the situation better? The fix is rather
> simple as it just makes sure that the next XID never gets updated if
> there are no 2PC files.
>

Yes, that fixes the reported case when 2PC are not being used.

Thanks,

Jeff

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2017-04-17 15:45:49 Re: OK, so culicidae is *still* broken
Previous Message Alvaro Herrera 2017-04-17 14:47:40 Re: Re: extended stats not friendly towards ANALYZE with subset of columns