Skip to content

Commit 9d2a775

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/[email protected]
1 parent 29f45e2 commit 9d2a775

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/pgstatstatements.sgml

+3-2
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,9 @@
696696
<varname>pg_stat_statements.track_planning</varname> controls whether
697697
planning operations and duration are tracked by the module.
698698
Enabling this parameter may incur a noticeable performance penalty,
699-
especially when a fewer kinds of queries are executed on many
700-
concurrent connections.
699+
especially when statements with identical query structure are executed
700+
by many concurrent connections which compete to update a small number of
701+
<structname>pg_stat_statements</structname> entries.
701702
The default value is <literal>off</literal>.
702703
Only superusers can change this setting.
703704
</para>

0 commit comments

Comments
 (0)