- Notifications
You must be signed in to change notification settings - Fork5
Commitdea4117
committed
Update text of terminate:
< * Allow administrators to safely terminate individual sessions<< Right now, SIGTERM will terminate a session, but it is treated as< though the postmaster has paniced and shared memory might not be< cleaned up properly. A new signal is needed for safe termination< because backends must first do a query cancel, then exit once they< have run the query cancel cleanup routine.<> * Allow administrators to safely terminate individual sessions either> via an SQL function or SIGTERM1 parent2f5c47e commitdea4117
2 files changed
+6
-17
lines changedLines changed: 3 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
| 94 | + | |
| 95 | + | |
102 | 96 |
| |
103 | 97 |
| |
104 | 98 |
| |
|
Lines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
| 91 | + | |
| 92 | + | |
98 | 93 |
| |
99 | 94 |
| |
100 | 95 |
| |
|
0 commit comments
Comments
(0)