pgsql: Fix the errhint message and docs for drop subscription failure. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Fix the errhint message and docs for drop subscription failure.
Date
Msg-id E1qBqHf-002qSi-AI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix the errhint message and docs for drop subscription failure.

The existing errhint message and docs were missing the fact that we can't
disassociate from the slot unless the subscription is disabled.

Author: Robert Sjöblom, Peter Smith
Reviewed-by: Peter Eisentraut, Amit Kapila
Backpatch-through: 11
Discussion: https://postgr.es/m/807bdf85-61ea-88e2-5712-6d9fcd4eabff@fortnox.se

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/drop_subscription.sgml | 8 +++++---
src/backend/commands/subscriptioncmds.c | 3 ++-
2 files changed, 7 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Move bool parameter for vacuum_rel() to option bits.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix the errhint message and docs for drop subscription failure.