On Mon, Oct 23, 2023 at 9:34 AM Euler Taveira <eu...@eulerto.com> wrote:
> > It is still a WIP but I would like to share it and get some feedback. > > I have started reviewing the patch. I have just read through all the code. It's well documented and clear. Next I will review the design in detail. Here are a couple of minor comments 1. +tests += { + 'name': 'pg_subscriber', + 'sd': meson.current_source_dir(), + 'bd': meson.current_build_dir(), + 'tap': { + 'tests': [ + 't/001_basic.pl', COMMENT Shouldn't we include 002_standby.pl? 2. CreateReplicationSlotLSN, is not used anywhere. Instead I see create_logical_replication_slot() in pg_subscriber.c. Which of these two you intend to use finally? -- Best Wishes, Ashutosh Bapat