You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use pg_hint_plan to get hint for my dynamic queries prepared using Prepare statements , but hint does not work.
I have attached the test case for ECPG for which pg_hint_plan fails to provide hint.
From the log it seems the sequence in which it parses the query and execute the query gets jumbled up.
I have attached the log and Source code with my logging for same , for debugging purpose I had added logging in functions "pg_hint_plan_post_parse_analyze" and "pg_hint_plan_planner".
It seems that while executing pg_hint_plan_planner the hint gets overwritten with next statement's hint string.
I am trying to use pg_hint_plan to get hint for my dynamic queries prepared using Prepare statements , but hint does not work.
I have attached the test case for ECPG for which pg_hint_plan fails to provide hint.
From the log it seems the sequence in which it parses the query and execute the query gets jumbled up.
I have attached the log and Source code with my logging for same , for debugging purpose I had added logging in functions "pg_hint_plan_post_parse_analyze" and "pg_hint_plan_planner".
It seems that while executing pg_hint_plan_planner the hint gets overwritten with next statement's hint string.
test_douteki_01.pgc.txt
hint_plan.log
pg_hint_plan.c.txt
The text was updated successfully, but these errors were encountered: