doc: Fix description about pg_stat_statements.track_planning.
authorFujii Masao <[email protected]>
Wed, 7 Jul 2021 12:54:47 +0000 (21:54 +0900)
committerFujii Masao <[email protected]>
Wed, 7 Jul 2021 12:54:47 +0000 (21:54 +0900)
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[email protected]

doc/src/sgml/pgstatstatements.sgml

index f20b255d4e4250b4a23ca016c9dd9433c979330c..1696a6e63694d7bb0c36265e02593203f85a4fde 100644 (file)
       <varname>pg_stat_statements.track_planning</varname> controls whether
       planning operations and duration are tracked by the module.
       Enabling this parameter may incur a noticeable performance penalty,
-      especially when a fewer kinds of queries are executed on many
-      concurrent connections.
+      especially when statements with identical query structure are executed
+      by many concurrent connections which compete to update a small number of
+      <structname>pg_stat_statements</structname> entries.
       The default value is <literal>off</literal>.
       Only superusers can change this setting.
      </para>