pgsql: Pass QueryEnvironment down to EvalPlanQual's EState. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Pass QueryEnvironment down to EvalPlanQual's EState.
Date
Msg-id E1hkyRK-0001Eb-3x@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/72b526779a9320e2dd8ff63237fbaf2e933b5c34

Modified Files
--------------
src/backend/executor/execMain.c | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Pass QueryEnvironment down to EvalPlanQual's EState.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix few typos and minor word smithing in tableam comments.