forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9489f3c
committed
Fix documentation about DROP DATABASE FORCE process termination rights.
Specifically, it terminates a background worker even if the callercouldn't terminate the background worker with pg_terminate_backend().Commit3a9b18b neglected to updatethis. Back-patch to v13, which introduced DROP DATABASE FORCE.Reviewed by Amit Kapila. Reported by Kirill Reshke.Discussion:https://postgr.es/m/20240429212756.60.nmisch@google.com1 parent2e2b2d0 commit9489f3c
File tree
2 files changed
+21
-16
lines changed- doc/src/sgml/ref
- src/backend/storage/ipc
2 files changed
+21
-16
lines changedLines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
| 82 | + | |
| 83 | + | |
82 | 84 |
| |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
88 | 90 |
| |
89 | 91 |
| |
90 | 92 |
| |
|
Lines changed: 14 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3089 | 3089 |
| |
3090 | 3090 |
| |
3091 | 3091 |
| |
3092 |
| - | |
3093 |
| - | |
| 3092 | + | |
| 3093 | + | |
3094 | 3094 |
| |
3095 | 3095 |
| |
3096 | 3096 |
| |
| |||
3135 | 3135 |
| |
3136 | 3136 |
| |
3137 | 3137 |
| |
3138 |
| - | |
3139 |
| - | |
3140 |
| - | |
3141 |
| - | |
| 3138 | + | |
| 3139 | + | |
3142 | 3140 |
| |
3143 |
| - | |
3144 |
| - | |
3145 |
| - | |
| 3141 | + | |
| 3142 | + | |
| 3143 | + | |
| 3144 | + | |
| 3145 | + | |
| 3146 | + | |
| 3147 | + | |
| 3148 | + | |
| 3149 | + | |
| 3150 | + | |
3146 | 3151 |
| |
3147 | 3152 |
| |
3148 | 3153 |
| |
| |||
3151 | 3156 |
| |
3152 | 3157 |
| |
3153 | 3158 |
| |
3154 |
| - | |
3155 | 3159 |
| |
3156 | 3160 |
| |
3157 | 3161 |
| |
3158 | 3162 |
| |
3159 | 3163 |
| |
3160 |
| - | |
3161 | 3164 |
| |
3162 | 3165 |
| |
3163 | 3166 |
| |
|
0 commit comments
Comments
(0)