forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit372700c
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 parenta3e6c6f commit372700c
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 | |
---|---|---|---|
| |||
3808 | 3808 |
| |
3809 | 3809 |
| |
3810 | 3810 |
| |
3811 |
| - | |
3812 |
| - | |
| 3811 | + | |
| 3812 | + | |
3813 | 3813 |
| |
3814 | 3814 |
| |
3815 | 3815 |
| |
| |||
3854 | 3854 |
| |
3855 | 3855 |
| |
3856 | 3856 |
| |
3857 |
| - | |
3858 |
| - | |
3859 |
| - | |
3860 |
| - | |
| 3857 | + | |
| 3858 | + | |
3861 | 3859 |
| |
3862 |
| - | |
3863 |
| - | |
3864 |
| - | |
| 3860 | + | |
| 3861 | + | |
| 3862 | + | |
| 3863 | + | |
| 3864 | + | |
| 3865 | + | |
| 3866 | + | |
| 3867 | + | |
| 3868 | + | |
| 3869 | + | |
3865 | 3870 |
| |
3866 | 3871 |
| |
3867 | 3872 |
| |
| |||
3870 | 3875 |
| |
3871 | 3876 |
| |
3872 | 3877 |
| |
3873 |
| - | |
3874 | 3878 |
| |
3875 | 3879 |
| |
3876 | 3880 |
| |
3877 | 3881 |
| |
3878 | 3882 |
| |
3879 | 3883 |
| |
3880 | 3884 |
| |
3881 |
| - | |
3882 | 3885 |
| |
3883 | 3886 |
| |
3884 | 3887 |
| |
|
0 commit comments
Comments
(0)