Commit 4dd3087
committed
Remove assertion checking query ID in execMain.c
This assertion has been added by 24f5205, but Alexander Lakhin has
proved that the ExecutorRun() one can be broken by using a PL function
that manipulates compute_query_id and track_activities, while the ones
in ExecutorFinish() and ExecutorEnd() could be triggered when cleaning
up portals at the beginning of a new query execution.
Discussion: https://postgr.es/m/b37d8e6c-e83d-e157-8865-1b2460a6aef2@gmail.com1 parent 259a0a9 commit 4dd3087
1 file changed
+0
-21
lines changed| 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