Re: replay pause vs. standby promotion - Mailing list pgsql-hackers

From Jehan-Guillaume de Rorthais
Subject Re: replay pause vs. standby promotion
Date
Msg-id 20200304154019.707040ec@firost
Whole thread Raw
In response to Re: replay pause vs. standby promotion  (Sergei Kornilov <sk@zsrv.org>)
Responses Re: replay pause vs. standby promotion  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers
On Wed, 04 Mar 2020 15:00:54 +0300
Sergei Kornilov <sk@zsrv.org> wrote:

> Hello
> 
> > I want to start this discussion because this is related to the patch
> > (propoesd at the thread [1]) that I'm reviewing. It does that partially,
> > i.e., prefers the promotion only when the pause is requested by
> > recovery_target_action=pause. But I think that it's reasonable and
> > more consistent to do that whether whichever the pause is requested
> > by pg_wal_replay_pause() or recovery_target_action.  
> 
> +1.

+1

And pg_wal_replay_pause () should probably raise an error explaining the
standby ignores the pause because of ongoing promotion.



pgsql-hackers by date:

Previous
From: Georgios Kokolatos
Date:
Subject: Re: Refactor compile-time assertion checks for C/C++
Next
From: David Steele
Date:
Subject: Re: Some improvements to numeric sqrt() and ln()