diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-10-04 12:51:17 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-10-04 12:51:17 +0900 |
commit | 4dd308730029f5d90bd188f181c2dd9d7630ea69 (patch) | |
tree | 2a190f2504e2bb9b82a30092ce8a31913bae816b /src/backend/utils/adt/numeric.c | |
parent | 259a0a99fe3d45dcf624788c1724d9989f3382dc (diff) | |
download | postgresql-4dd308730029f5d90bd188f181c2dd9d7630ea69.tar.gz postgresql-4dd308730029f5d90bd188f181c2dd9d7630ea69.zip |
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/b37d8e6c-e83d-e157-8865-1b2460a6aef2@gmail.com
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions