Re: pgsql: Allow upgrades to preserve the full subscription's state.

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Amit Kapila <akapila(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Allow upgrades to preserve the full subscription's state.
Date: 2024-02-15 13:45:11
Message-ID: 25f7f4bf-9e75-4453-b666-7818000cefe6@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 02.01.24 04:07, Amit Kapila wrote:
> Allow upgrades to preserve the full subscription's state.

The added test src/bin/pg_upgrade/t/004_subscription.pl does not pass when

export PG_TEST_PG_UPGRADE_MODE=--link

is set.

Could you check whether that could be fixed, or otherwise if the test
needs to be skipped in that case?

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-02-15 21:45:14 pgsql: Doc: improve a couple of comments in postgresql.conf.sample.
Previous Message Alexander Korotkov 2024-02-15 10:06:30 pgsql: Pull up ANY-SUBLINK with the necessary lateral support.