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
Allow the planner-related functions and hook to accept the query string.
This commit adds query_string argument into the planner-related functionsand hook and allows us to pass the query string to them.Currently there is no user of the query string passed. But the upcoming patchfor the planning counters will add the planning hook function intopg_stat_statements and the function will need the query string. So this changewill be necessary for that patch.Also this change is useful for some extensions that want to use the querystring in their planner hook function.Author: Pascal Legrand, Julien RouhaudReviewed-by: Yoshikazu Imai, Tom Lane, Fujii MasaoDiscussion:https://postgr.es/m/CAOBaU_bU1m3_XF5qKYtSj1ua4dxd=FWDyh2SH4rSJAUUfsGmAQ@mail.gmail.comDiscussion:https://postgr.es/m/1583789487074-0.post@n3.nabble.com