- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitc789f0f
committed
dblink: Replace WAIT_EVENT_EXTENSION with custom wait events
Two custom wait events are added here:- "DblinkConnect", when waiting to establish a connection to a remoteserver.- "DblinkGetConnect", when waiting to establish a connection to a remoteserver but it could not be found in the list of already-opened ones.Author: Masahiro IkedaDiscussion:https://postgr.es/m/197bce267fa691a0ac62c86c4ab904c4@oss.nttdata.com1 parentd61f253 commitc789f0f
2 files changed
+40
-2
lines changedLines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
133 | 137 |
| |
134 | 138 |
| |
135 | 139 |
| |
| |||
202 | 206 |
| |
203 | 207 |
| |
204 | 208 |
| |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
205 | 213 |
| |
206 |
| - | |
| 214 | + | |
207 | 215 |
| |
208 | 216 |
| |
209 | 217 |
| |
| |||
292 | 300 |
| |
293 | 301 |
| |
294 | 302 |
| |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
295 | 307 |
| |
296 |
| - | |
| 308 | + | |
297 | 309 |
| |
298 | 310 |
| |
299 | 311 |
| |
|
Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
16 | 42 |
| |
17 | 43 |
| |
18 | 44 |
| |
|
0 commit comments
Comments
(0)