pgsql: Add note in pg_stat_statements documentation about planning stat

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add note in pg_stat_statements documentation about planning stat
Date: 2020-04-09 03:57:19
Message-ID: E1jMOJb-0004Kz-RB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-04-09 04:43:40 pgsql: Allow parallel create index to accumulate buffer usage stats.
Previous Message Kyotaro Horiguchi 2020-04-09 01:13:39 Re: pgsql: Remove testing for precise LSN/reserved bytes in new TAP test