summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2012-05-24 23:10:06 +0000
committerBruce Momjian2012-05-24 23:10:06 +0000
commit32cebaaed5127c1dd2ad616051065bf4c7652afa (patch)
tree2b7211a712f7c4845855d024764220d74fa58358 /doc/src
parent7672366a89dcccd0ba14eecdbc41b641480eb1e0 (diff)
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-9.2.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
index 90bb9c07bcf..e4152e73979 100644
--- a/doc/src/sgml/release-9.2.sgml
+++ b/doc/src/sgml/release-9.2.sgml
@@ -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>