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

Commit9509173

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 parent1637d95 commit9509173

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
@@ -3147,6 +3147,7 @@ EvalPlanQualStart(EPQState *epqstate, EState *parentestate, Plan *planTree)
31473147
estate->es_snapshot=parentestate->es_snapshot;
31483148
estate->es_crosscheck_snapshot=parentestate->es_crosscheck_snapshot;
31493149
estate->es_range_table=parentestate->es_range_table;
3150+
estate->es_queryEnv=parentestate->es_queryEnv;
31503151
estate->es_plannedstmt=parentestate->es_plannedstmt;
31513152
estate->es_junkFilter=parentestate->es_junkFilter;
31523153
estate->es_output_cid=parentestate->es_output_cid;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp