forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfd07919

Amit Kapila
Fix the errhint message and docs for drop subscription failure.
The existing errhint message and docs were missing the fact that we can'tdisassociate from the slot unless the subscription is disabled.Author: Robert Sjöblom, Peter SmithReviewed-by: Peter Eisentraut, Amit KapilaBackpatch-through: 11Discussion:https://postgr.es/m/807bdf85-61ea-88e2-5712-6d9fcd4eabff@fortnox.se1 parentc2f974f commitfd07919
File tree
2 files changed
+7
-4
lines changed- doc/src/sgml/ref
- src/backend/commands
2 files changed
+7
-4
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
89 |
| - | |
90 |
| - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
91 | 93 |
| |
92 | 94 |
| |
93 | 95 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1860 | 1860 |
| |
1861 | 1861 |
| |
1862 | 1862 |
| |
1863 |
| - | |
| 1863 | + | |
| 1864 | + | |
1864 | 1865 |
| |
1865 | 1866 |
| |
1866 | 1867 |
| |
|
0 commit comments
Comments
(0)