Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc. - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc.
Date
Msg-id f884fb9d51f52a7f09a7481c61c7bd8e4afc168f.camel@j-davis.com
Whole thread
In response to Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc.  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: DBeaver Experiencing timeouts while connecting to New Linux PostgreSql server
List pgsql-hackers
On Sun, 2026-07-19 at 15:32 -0700, Jeff Davis wrote:
> I think there's a remaining bug involving retaindeadtuples
> (228c3708685) where it still tries to connect during binary upgrade. 
>
> That can be seen if you add a $publisher->stop to line 317 (right
> before the pg_upgrade that's supposed to succeed) in
> 004_subscription.pl.

Amit, can you please look into the check_pub_rdt issue? I think the
right fix is to just check it when the worker connects, not at DDL
time.

Regards,
    Jeff Davis




pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: tablecmds: fix bug where index rebuild loses replica identity on partitions
Next
From: "Tristan Partin"
Date:
Subject: Re: Add pg_stat_kind_info system view