]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix the errhint message and docs for drop subscription failure.
authorAmit Kapila <akapila@postgresql.org>
Wed, 21 Jun 2023 04:39:28 +0000 (10:09 +0530)
committerAmit Kapila <akapila@postgresql.org>
Wed, 21 Jun 2023 04:53:09 +0000 (10:23 +0530)
commit0b79042701ff845b9a580443c822d52566c1ec24
tree6e7e9265be844d1f8f0c48378abf73a931bbdd6e
parentd911dce14d766a16c4e5b98b54960ef4df857c3b
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
doc/src/sgml/ref/drop_subscription.sgml
src/backend/commands/subscriptioncmds.c