From: Bruce Momjian Date: Tue, 21 May 2013 20:42:24 +0000 (-0400) Subject: 9.3 release notes: improve cached plan mention X-Git-Tag: REL9_3_BETA2~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc41ef4791eb44709f18c1678957509e23abdf98;p=postgresql 9.3 release notes: improve cached plan mention Per suggestion from Tom Lane. --- diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index 79a329d638..342db6ea8b 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -1048,14 +1048,14 @@ - Force cached functions to be replanned if the search_path changes (Tom Lane) - Previously functions already run in the current session ignored - search_path changes. + Previously cached plans already generated in the current session + ignored search_path changes.