Skip to content

Commit 306c5e0

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 Pryzby Reviewed-by: Julien Rouhaud, Fujii Masao Discussion: https://postgr.es/m/20210418233615.GB7256@telsasoft.com
1 parent bee1861 commit 306c5e0

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)