Re: [PATCH] TAP test showing that pg_replication_slot_advance() works on standby

2020-12-28 Thread Masahiko Sawada
Hi Craig, On Tue, Nov 10, 2020 at 2:32 PM Craig Ringer wrote: > > Hi all > > The attached patch adds a test to the TAP logical decoding suite to show that > pg_replication_slot_advance() works on a server in standby mode. > > I didn't add a full demonstration of how to do failover with logical s

[PATCH] TAP test showing that pg_replication_slot_advance() works on standby

2020-11-09 Thread Craig Ringer
Hi all The attached patch adds a test to the TAP logical decoding suite to show that pg_replication_slot_advance() works on a server in standby mode. I didn't add a full demonstration of how to do failover with logical slots because we're still missing a way to "sync" a logical slot from a primar