File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
contrib/pg_stat_statements Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -887,13 +887,6 @@ pgss_planner(Query *parse,
887
887
* We can't process the query if no query_string is provided, as
888
888
* pgss_store needs it. We also ignore query without queryid, as it would
889
889
* be treated as a utility statement, which may not be the case.
890
- *
891
- * Note that planner_hook can be called from the planner itself, so we
892
- * have a specific nesting level for the planner. However, utility
893
- * commands containing optimizable statements can also call the planner,
894
- * same for regular DML (for instance for underlying foreign key queries).
895
- * So testing the planner nesting level only is not enough to detect real
896
- * top level planner call.
897
890
*/
898
891
if (pgss_enabled (nesting_level )
899
892
&& pgss_track_planning && query_string
You can’t perform that action at this time.
0 commit comments