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

Commit306c5e0

Browse files
committed
doc: Fix description about pg_stat_statements.track_planning.
This commit fixes wrong wording like "a fewer kinds"in the description about track_planning option.Back-patch to v13 where pg_stat_statements.track_planning was added.Author: Justin PryzbyReviewed-by: Julien Rouhaud, Fujii MasaoDiscussion:https://postgr.es/m/20210418233615.GB7256@telsasoft.com
1 parentbee1861 commit306c5e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/pgstatstatements.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,9 @@
608608
<varname>pg_stat_statements.track_planning</varname> controls whether
609609
planning operations and duration are tracked by the module.
610610
Enabling this parameter may incur a noticeable performance penalty,
611-
especially when a fewer kinds of queries are executed on many
612-
concurrent connections.
611+
especially when statements with identical query structure are executed
612+
by many concurrent connections which compete to update a small number of
613+
<structname>pg_stat_statements</structname> entries.
613614
The default value is <literal>off</literal>.
614615
Only superusers can change this setting.
615616
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp