]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Pass QueryEnvironment down to EvalPlanQual's EState.
authorThomas Munro <tmunro@postgresql.org>
Tue, 9 Jul 2019 22:15:54 +0000 (10:15 +1200)
committerThomas Munro <tmunro@postgresql.org>
Tue, 9 Jul 2019 22:15:54 +0000 (10:15 +1200)
commit9509173d24309b4ef46790921c07dc4084b6bc62
tree59456e8fb31df61fec40fe6e0b194a623648be0b
parent1637d959d618886ac6ca59cc3c3785ce5ba06b40
Pass QueryEnvironment down to EvalPlanQual's EState.

Otherwise the executor can't see trigger transition tables during
EPQ evaluation.  Fixes bug #15900 and almost certainly also #15720.
Back-patch to 10, where trigger transition tables landed.

Author: Alex Aktsipetrov
Reviewed-by: Thomas Munro, Tom Lane
Discussion: https://postgr.es/m/15900-bc482754fe8d7415%40postgresql.org
Discussion: https://postgr.es/m/15720-38c2b29e5d720187%40postgresql.org
src/backend/executor/execMain.c