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>
<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
(Tom Lane)
</para>
<para>
Previously functions already run in the current session ignored
<varname>search_path</> changes.
Previously cached plans already generated in the current session
ignored <varname>search_path</> changes.
</para>
</listitem>