pgsql: Add note in pg_stat_statements documentation about planning stat - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Add note in pg_stat_statements documentation about planning stat
Date
Msg-id E1jMOJb-0004Kz-RB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add note in pg_stat_statements documentation about planning statistics.

The added note explains that the numbers of planning and execution in
the statement are not always expected to match because their statistics are
updated at their respective end phase, and only for successful operations.

Author: Pascal Legrand, Julien Rouhaud, tweaked a bit by Fujii Masao
Discussion: https://postgr.es/m/1585857868967-0.post@n3.nabble.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/58ad961f19f7eca26e6d60eb07adcffeafd0082e

Modified Files
--------------
doc/src/sgml/pgstatstatements.sgml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: pgsql: Remove testing for precise LSN/reserved bytes in newTAP test
Next
From: Amit Kapila
Date:
Subject: pgsql: Allow parallel create index to accumulate buffer usage stats.