forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit01e98e0
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 parentb284513 commit01e98e0
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 | |
---|---|---|---|
| |||
3855 | 3855 |
| |
3856 | 3856 |
| |
3857 | 3857 |
| |
3858 |
| - | |
3859 |
| - | |
| 3858 | + | |
| 3859 | + | |
3860 | 3860 |
| |
3861 | 3861 |
| |
3862 | 3862 |
| |
| |||
3901 | 3901 |
| |
3902 | 3902 |
| |
3903 | 3903 |
| |
3904 |
| - | |
3905 |
| - | |
3906 |
| - | |
3907 |
| - | |
| 3904 | + | |
| 3905 | + | |
3908 | 3906 |
| |
3909 |
| - | |
3910 |
| - | |
3911 |
| - | |
| 3907 | + | |
| 3908 | + | |
| 3909 | + | |
| 3910 | + | |
| 3911 | + | |
| 3912 | + | |
| 3913 | + | |
| 3914 | + | |
| 3915 | + | |
| 3916 | + | |
3912 | 3917 |
| |
3913 | 3918 |
| |
3914 | 3919 |
| |
| |||
3917 | 3922 |
| |
3918 | 3923 |
| |
3919 | 3924 |
| |
3920 |
| - | |
3921 | 3925 |
| |
3922 | 3926 |
| |
3923 | 3927 |
| |
3924 | 3928 |
| |
3925 | 3929 |
| |
3926 |
| - | |
3927 | 3930 |
| |
3928 | 3931 |
| |
3929 | 3932 |
| |
|
0 commit comments
Comments
(0)