From: Bruce Momjian Date: Thu, 24 May 2012 23:10:06 +0000 (-0400) Subject: Clarify 9.2 release notes items about pg_stat_statements, to better X-Git-Tag: REL9_2_BETA2~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32cebaaed5127c1dd2ad616051065bf4c7652afa;p=postgresql 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 --- diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index 90bb9c07bc..e4152e7397 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -2741,15 +2741,15 @@ - Add dirtied and written block counts to - pg_stat_statements (Robert Haas) + Add dirtied and written block counts and read/write times to + pg_stat_statements (Robert Haas, Ants Aasma) - Improve pg_stat_statements' handling of - PREPARE/EXECUTE statements + Prevent pg_stat_statements from double-counting + PREPARE and EXECUTE commands (Tom Lane)