pgsql: Improve the comments in 004_subscription.pl.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve the comments in 004_subscription.pl.
Date: 2024-02-05 03:38:11
Message-ID: E1rWpoB-004icJ-N1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve the comments in 004_subscription.pl.

It was not clear whether the subscriptions in the upgraded instance were
the ones that retained the previous subscription's properties.

Author: Peter Smith
Reviewed-by: Vignesh C, Alvaro Herrera
Discussion: https://postgr.es/m/CAHut+Pu1usLPHRySPTacY1K_Q-ddSRXNFhmj_2u1NfqBC1ytng@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a17aa50d67bad4ee39a94988c679d2c2fed0e934

Modified Files
--------------
src/bin/pg_upgrade/t/004_subscription.pl | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2024-02-05 05:28:01 pgsql: Enhance libpqrcv APIs to support slot synchronization.
Previous Message Michael Paquier 2024-02-05 02:12:51 pgsql: Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY