Re: Physical replication slot advance is not persistent
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Alexey Kondratov <a.kondratov@postgrespro.ru>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, andres@anarazel.de, dim@tapoueh.org, pgsql-hackers@postgresql.org, simon@2ndquadrant.com
Date: 2020-06-18T07:47:46Z
Lists: pgsql-hackers
On Tue, Jun 16, 2020 at 04:27:27PM +0900, Michael Paquier wrote: > We could do that. Now I found cleaner the direct comparison of > pg_replication_slots.restart before and after the restart. So I have > kept it. And done. There were conflicts in 001_stream_rep.pl for 11 and 12 but I have reworked the patch on those branches to have a minimum amount of diffs with the other branches. This part additionally needed to stop standby_1 before running the last part of the test to be able to drop its physical slot on the primary. -- Michael
Commits
-
Fix oldest xmin and LSN computation across repslots after advancing
- 1657e14b50d2 11.9 landed
- 16f43122d46f 12.4 landed
- 43e70addf5a6 13.0 landed
- b48df818dcbd 14.0 landed
-
Fix slot data persistency when advancing physical replication slots
- 374464c3e96f 11.7 landed
- 3228512b7b2b 12.2 landed
- b0afdcad21fd 13.0 landed