forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4dd3087
committed
Remove assertion checking query ID in execMain.c
This assertion has been added by24f5205, but Alexander Lakhin hasproved that the ExecutorRun() one can be broken by using a PL functionthat manipulates compute_query_id and track_activities, while the onesin ExecutorFinish() and ExecutorEnd() could be triggered when cleaningup portals at the beginning of a new query execution.Discussion:https://postgr.es/m/b37d8e6c-e83d-e157-8865-1b2460a6aef2@gmail.com1 parent259a0a9 commit4dd3087
1 file changed
+0
-21
lines changedLines changed: 0 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 | 74 |
| |
87 | 75 |
| |
88 | 76 |
| |
| |||
308 | 296 |
| |
309 | 297 |
| |
310 | 298 |
| |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 | 299 |
| |
315 | 300 |
| |
316 | 301 |
| |
| |||
419 | 404 |
| |
420 | 405 |
| |
421 | 406 |
| |
422 |
| - | |
423 |
| - | |
424 |
| - | |
425 | 407 |
| |
426 | 408 |
| |
427 | 409 |
| |
| |||
482 | 464 |
| |
483 | 465 |
| |
484 | 466 |
| |
485 |
| - | |
486 |
| - | |
487 |
| - | |
488 | 467 |
| |
489 | 468 |
| |
490 | 469 |
| |
|
0 commit comments
Comments
(0)