pgsql: Update comments for AlterSubscription.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comments for AlterSubscription.
Date: 2021-07-19 03:12:10
Message-ID: E1m5JhS-0004aH-E3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update comments for AlterSubscription.

Add explanation as to why the subscription needs to be disabled to allow
slot_name as none.

Author: Japin Li and Amit Kapila
Discussion: https://postgr.es/m/MEYP282MB1669CBD98E721C77CA696499B61A9@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM

Branch
------
master

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

Modified Files
--------------
src/backend/commands/subscriptioncmds.c | 7 +++++++
1 file changed, 7 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-07-19 03:40:34 pgsql: doc: Mention CASCADE/RESTRICT for DROP STATISTICS
Previous Message Thomas Munro 2021-07-18 23:58:58 pgsql: Support direct I/O on macOS.