Remove assertion checking query ID in execMain.c This assertion has been added by 24f520594809, 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/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/4dd308730029f5d90bd188f181c2dd9d7630ea69 Modified Files -------------- src/backend/executor/execMain.c | 21 --------------------- 1 file changed, 21 deletions(-)
