forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit026bc46
committed
Back-patch bgworker API changes to 9.3.
Commit7f7485a made these changesin master; per discussion, backport the API changes (but not thefunctional changes), so that people don't get used to the 9.3 APIonly to see it get broken in the next release. There are alreadysome people coding to the original 9.3 API, and this will causeminor breakage, but there will be even more if we wait until nextyear to roll out these changes.1 parent295f9bb commit026bc46
File tree
4 files changed
+18
-21
lines changed- contrib/worker_spi
- doc/src/sgml
- src
- backend/postmaster
- include/postmaster
4 files changed
+18
-21
lines changedLines changed: 11 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
| 157 | + | |
158 | 158 |
| |
159 |
| - | |
| 159 | + | |
| 160 | + | |
160 | 161 |
| |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
161 | 168 |
| |
162 | 169 |
| |
163 | 170 |
| |
| |||
296 | 303 |
| |
297 | 304 |
| |
298 | 305 |
| |
299 |
| - | |
300 | 306 |
| |
301 |
| - | |
302 | 307 |
| |
303 | 308 |
| |
304 | 309 |
| |
| |||
338 | 343 |
| |
339 | 344 |
| |
340 | 345 |
| |
341 |
| - | |
342 |
| - | |
343 |
| - | |
344 |
| - | |
345 |
| - | |
346 |
| - | |
347 |
| - | |
348 |
| - | |
| 346 | + | |
| 347 | + | |
349 | 348 |
| |
350 | 349 |
| |
351 | 350 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
48 |
| - | |
| 47 | + | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5247 | 5247 |
| |
5248 | 5248 |
| |
5249 | 5249 |
| |
5250 |
| - | |
5251 |
| - | |
5252 |
| - | |
5253 | 5250 |
| |
5254 | 5251 |
| |
5255 | 5252 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
72 |
| - | |
| 73 | + | |
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
76 | 77 |
| |
77 |
| - | |
| 78 | + | |
78 | 79 |
| |
79 | 80 |
| |
80 | 81 |
| |
|
0 commit comments
Comments
(0)