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

Commite3b2c65

Browse files
committed
Remove obsolete comment in pg_stat_statements.
Commit76db9cb removed the use of multiple nesting counters,but missed one comment describing that arrangement.Back-patch to v17 where76db9cb came in, just to avoid confusion.Julien RouhaudDiscussion:https://postgr.es/m/gfcwh3zjxc2vygltapgo7g6yacdor5s4ynr234b6v2ohhuvt7m@gr42joxalenw
1 parent54497e0 commite3b2c65

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

‎contrib/pg_stat_statements/pg_stat_statements.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -887,13 +887,6 @@ pgss_planner(Query *parse,
887887
* We can't process the query if no query_string is provided, as
888888
* pgss_store needs it. We also ignore query without queryid, as it would
889889
* 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.
897890
*/
898891
if (pgss_enabled(nesting_level)
899892
&&pgss_track_planning&&query_string

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp