forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit295f9bb
committed
Remove bgw_sighup and bgw_sigterm.
Per discussion on pgsql-hackers, these aren't really needed. Interimversions of the background worker patch had the worker starting withsignals already unblocked, which would have made this necessary.But the final version does not, so we don't really need it; and itdoesn't work well with the new facility for starting dynamic backgroundworkers, so just rip it out.Also per discussion on pgsql-hackers, back-patch this change to 9.3.It's best to get the API break out of the way before we do anofficial release of this facility, to avoid more pain for extensionauthors later.1 parent15b9bdf commit295f9bb
File tree
4 files changed
+7
-27
lines changed- contrib/worker_spi
- doc/src/sgml
- src
- backend/postmaster
- include/postmaster
4 files changed
+7
-27
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
162 | 166 |
| |
163 | 167 |
| |
164 | 168 |
| |
| |||
328 | 332 |
| |
329 | 333 |
| |
330 | 334 |
| |
331 |
| - | |
332 |
| - | |
333 | 335 |
| |
334 | 336 |
| |
335 | 337 |
| |
|
Lines changed: 1 addition & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 | 41 |
| |
43 | 42 |
| |
44 | 43 |
| |
| |||
47 | 46 |
| |
48 | 47 |
| |
49 | 48 |
| |
50 |
| - | |
51 |
| - | |
52 | 49 |
| |
53 | 50 |
| |
54 | 51 |
| |
| |||
104 | 101 |
| |
105 | 102 |
| |
106 | 103 |
| |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 | 104 |
| |
116 | 105 |
| |
117 | 106 |
| |
| |||
126 | 115 |
| |
127 | 116 |
| |
128 | 117 |
| |
129 |
| - | |
| 118 | + | |
130 | 119 |
| |
131 | 120 |
| |
132 | 121 |
| |
|
Lines changed: 2 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5434 | 5434 |
| |
5435 | 5435 |
| |
5436 | 5436 |
| |
5437 |
| - | |
5438 |
| - | |
5439 |
| - | |
5440 |
| - | |
5441 |
| - | |
5442 |
| - | |
5443 |
| - | |
5444 |
| - | |
5445 |
| - | |
5446 |
| - | |
| 5437 | + | |
| 5438 | + | |
5447 | 5439 |
| |
5448 | 5440 |
| |
5449 | 5441 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 | 56 |
| |
58 | 57 |
| |
59 | 58 |
| |
| |||
76 | 75 |
| |
77 | 76 |
| |
78 | 77 |
| |
79 |
| - | |
80 |
| - | |
81 | 78 |
| |
82 | 79 |
| |
83 | 80 |
| |
|
0 commit comments
Comments
(0)