9.3 release notes: improve cached plan mention

Per suggestion from Tom Lane.
This commit is contained in:
Bruce Momjian 2013-05-21 16:42:24 -04:00
parent 22a27ef113
commit bc41ef4791

View file

@ -1048,14 +1048,14 @@
<listitem> <listitem>
<para> <para>
Force cached functions to be replanned if the <link Force cached plans to be replanned if the <link
linkend="guc-search-path"><varname>search_path</></link> changes linkend="guc-search-path"><varname>search_path</></link> changes
(Tom Lane) (Tom Lane)
</para> </para>
<para> <para>
Previously functions already run in the current session ignored Previously cached plans already generated in the current session
<varname>search_path</> changes. ignored <varname>search_path</> changes.
</para> </para>
</listitem> </listitem>