forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteee5088
committed
Allow pg_terminate_backend() to be used on backends with matching role.
A similar change was made previously for pg_cancel_backend, so now itall matches again.Dan Farina, reviewed by Fujii Masao, Noah Misch, and Jeff Davis,with slight kibitzing on the doc changes by me.1 parent00e5844 commiteee5088
File tree
3 files changed
+23
-16
lines changed- doc/src/sgml
- src/backend/utils/adt
3 files changed
+23
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14392 | 14392 | | |
14393 | 14393 | | |
14394 | 14394 | | |
14395 | | - | |
| 14395 | + | |
| 14396 | + | |
| 14397 | + | |
| 14398 | + | |
| 14399 | + | |
14396 | 14400 | | |
14397 | 14401 | | |
14398 | 14402 | | |
| |||
14413 | 14417 | | |
14414 | 14418 | | |
14415 | 14419 | | |
14416 | | - | |
14417 | | - | |
14418 | | - | |
| 14420 | + | |
| 14421 | + | |
14419 | 14422 | | |
14420 | 14423 | | |
14421 | 14424 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1969 | 1969 | | |
1970 | 1970 | | |
1971 | 1971 | | |
1972 | | - | |
1973 | | - | |
1974 | | - | |
1975 | | - | |
1976 | | - | |
1977 | | - | |
1978 | | - | |
| 1972 | + | |
| 1973 | + | |
| 1974 | + | |
| 1975 | + | |
| 1976 | + | |
| 1977 | + | |
| 1978 | + | |
| 1979 | + | |
| 1980 | + | |
1979 | 1981 | | |
1980 | 1982 | | |
1981 | 1983 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
170 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
171 | 174 | | |
172 | 175 | | |
173 | | - | |
174 | | - | |
| 176 | + | |
175 | 177 | | |
176 | | - | |
| 178 | + | |
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
| |||
0 commit comments
Comments
(0)