pgsql: Update comments for AlterSubscription. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Update comments for AlterSubscription.
Date
Msg-id E1m5JhS-0004aH-E3@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Support direct I/O on macOS.
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Mention CASCADE/RESTRICT for DROP STATISTICS