From 32cebaaed5127c1dd2ad616051065bf4c7652afa Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 24 May 2012 19:10:06 -0400 Subject: [PATCH] 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 --- doc/src/sgml/release-9.2.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)