forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3822845
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 parent0ae05c1 commit3822845
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 | |
---|---|---|---|
| |||
3758 | 3758 |
| |
3759 | 3759 |
| |
3760 | 3760 |
| |
3761 |
| - | |
3762 |
| - | |
| 3761 | + | |
| 3762 | + | |
3763 | 3763 |
| |
3764 | 3764 |
| |
3765 | 3765 |
| |
| |||
3804 | 3804 |
| |
3805 | 3805 |
| |
3806 | 3806 |
| |
3807 |
| - | |
3808 |
| - | |
3809 |
| - | |
3810 |
| - | |
| 3807 | + | |
| 3808 | + | |
3811 | 3809 |
| |
3812 |
| - | |
3813 |
| - | |
3814 |
| - | |
| 3810 | + | |
| 3811 | + | |
| 3812 | + | |
| 3813 | + | |
| 3814 | + | |
| 3815 | + | |
| 3816 | + | |
| 3817 | + | |
| 3818 | + | |
| 3819 | + | |
3815 | 3820 |
| |
3816 | 3821 |
| |
3817 | 3822 |
| |
| |||
3820 | 3825 |
| |
3821 | 3826 |
| |
3822 | 3827 |
| |
3823 |
| - | |
3824 | 3828 |
| |
3825 | 3829 |
| |
3826 | 3830 |
| |
3827 | 3831 |
| |
3828 | 3832 |
| |
3829 | 3833 |
| |
3830 | 3834 |
| |
3831 |
| - | |
3832 | 3835 |
| |
3833 | 3836 |
| |
3834 | 3837 |
| |
|
0 commit comments
Comments
(0)