mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
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
This commit is contained in:
@@ -2741,15 +2741,15 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add dirtied and written block counts to
|
Add dirtied and written block counts and read/write times to
|
||||||
<application>pg_stat_statements</> (Robert Haas)
|
<application>pg_stat_statements</> (Robert Haas, Ants Aasma)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Improve <application>pg_stat_statements</>' handling of
|
Prevent <application>pg_stat_statements</> from double-counting
|
||||||
<command>PREPARE</command>/<command>EXECUTE</command> statements
|
<command>PREPARE</command> and <command>EXECUTE</command> commands
|
||||||
(Tom Lane)
|
(Tom Lane)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Reference in New Issue
Block a user