pgsql: Improve the comments in 004_subscription.pl. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Improve the comments in 004_subscription.pl.
Date
Msg-id E1rWpoB-004icJ-N1@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY
Next
From: Amit Kapila
Date:
Subject: pgsql: Enhance libpqrcv APIs to support slot synchronization.