Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc.

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Subject: Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc.
Date: 2026-07-28 22:24:52
Message-ID: f884fb9d51f52a7f09a7481c61c7bd8e4afc168f.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tristan Partin 2026-07-28 22:28:32 Re: Add pg_stat_kind_info system view
Previous Message Sami Imseih 2026-07-28 21:38:54 Re: Add pg_stat_kind_info system view