Commit 32cebaae authored by Bruce Momjian's avatar Bruce Momjian

Clarify 9.2 release notes items about pg_stat_statements, to better

document fix of double counting and read/write count addition, per Peter
Geoghegan
parent 7672366a
......@@ -2741,15 +2741,15 @@
<listitem>
<para>
Add dirtied and written block counts to
<application>pg_stat_statements</> (Robert Haas)
Add dirtied and written block counts and read/write times to
<application>pg_stat_statements</> (Robert Haas, Ants Aasma)
</para>
</listitem>
<listitem>
<para>
Improve <application>pg_stat_statements</>' handling of
<command>PREPARE</command>/<command>EXECUTE</command> statements
Prevent <application>pg_stat_statements</> from double-counting
<command>PREPARE</command> and <command>EXECUTE</command> commands
(Tom Lane)
</para>
</listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment