Commit 5f1df62
committed
Remove pg_wait_for_backend_termination().
It was unable to wait on a backend that had already left the procarray.
Users tolerant of that limitation can poll pg_stat_activity. Other
users can employ the "timeout" argument of pg_terminate_backend().
Reviewed by Bharath Rupireddy.
Discussion: https://postgr.es/m/20210605013236.GA208701@rfd.leadboat.com1 parent 0aac73e commit 5f1df62
File tree
6 files changed
+2
-70
lines changed- doc/src/sgml
- src
- backend
- catalog
- storage/ipc
- include/catalog
6 files changed
+2
-70
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25002 | 25002 | | |
25003 | 25003 | | |
25004 | 25004 | | |
25005 | | - | |
25006 | | - | |
25007 | | - | |
25008 | | - | |
25009 | | - | |
25010 | | - | |
25011 | | - | |
25012 | | - | |
25013 | | - | |
25014 | | - | |
25015 | | - | |
25016 | | - | |
25017 | | - | |
25018 | | - | |
25019 | | - | |
25020 | | - | |
25021 | | - | |
25022 | 25005 | | |
25023 | 25006 | | |
25024 | 25007 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | | - | |
649 | | - | |
| 643 | + | |
650 | 644 | | |
651 | 645 | | |
652 | 646 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | 400 | | |
406 | 401 | | |
407 | 402 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | 233 | | |
270 | 234 | | |
271 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6190 | 6190 | | |
6191 | 6191 | | |
6192 | 6192 | | |
6193 | | - | |
6194 | | - | |
6195 | | - | |
6196 | | - | |
6197 | 6193 | | |
6198 | 6194 | | |
6199 | 6195 | | |
| |||
0 commit comments