Re: Improve handling of parameter differences in physical replication
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Sergei Kornilov <sk@zsrv.org>,
Masahiko Sawada <masahiko.sawada@2ndquadrant.com>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, Álvaro Herrera <alvherre@2ndquadrant.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-03-30T08:09:48Z
Lists: pgsql-hackers
On 2020-03-27 20:15, Sergei Kornilov wrote: >> I think we can set wait event WAIT_EVENT_RECOVERY_PAUSE here. > > +1, since we added this in recoveryPausesHere. committed with that addition > PS: do we need to add a prototype for the RecoveryRequiredIntParameter function in top of xlog.c? There is no consistent style, I think, but I usually only add prototypes for static functions if they are required because of the ordering in the file. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Pause recovery for insufficient parameter settings
- 15251c0a60be 14.0 landed
-
Replace a macro by a function
- b5acf10cfc63 14.0 landed
-
Improve handling of parameter differences in physical replication
- 246f136e76ec 13.0 landed
-
Prefer standby promotion over recovery pause.
- 496ee647ecd2 13.0 cited