pgsql: doc: Fix description about pg_stat_statements.track_planning. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Fix description about pg_stat_statements.track_planning.
Date
Msg-id E1m1760-0005l5-Oz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/306c5e05e20fe37fcfe7dcde3ce4677b05a25285

Modified Files
--------------
doc/src/sgml/pgstatstatements.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Use a hash table to speed up NOT IN(values)
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix description about pg_stat_statements.track_planning.