pgsql: Fix the errhint message and docs for drop subscription failure.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Fix the errhint message and docs for drop subscription failure.
Дата
Msg-id E1qBqHf-002qSu-Ci@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6973868c9dbc8d6242a7419c0807d301dd6d5fe3

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix the errhint message and docs for drop subscription failure.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Disable use of archiving in 009_twophase.pl