Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf582585

Browse files
committed
Pass QueryEnvironment down to EvalPlanQual's EState.
Otherwise the executor can't see trigger transition tables duringEPQ evaluation. Fixes bug #15900 and almost certainly also #15720.Back-patch to 10, where trigger transition tables landed.Author: Alex AktsipetrovReviewed-by: Thomas Munro, Tom LaneDiscussion:https://postgr.es/m/15900-bc482754fe8d7415%40postgresql.orgDiscussion:https://postgr.es/m/15720-38c2b29e5d720187%40postgresql.org
1 parent2c84ea6 commitf582585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/backend/executor/execMain.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2793,6 +2793,7 @@ EvalPlanQualStart(EPQState *epqstate, EState *parentestate, Plan *planTree)
27932793
estate->es_range_table_array=parentestate->es_range_table_array;
27942794
estate->es_range_table_size=parentestate->es_range_table_size;
27952795
estate->es_relations=parentestate->es_relations;
2796+
estate->es_queryEnv=parentestate->es_queryEnv;
27962797
estate->es_rowmarks=parentestate->es_rowmarks;
27972798
estate->es_plannedstmt=parentestate->es_plannedstmt;
27982799
estate->es_junkFilter=parentestate->es_junkFilter;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp