Commit bc41ef47 authored by Bruce Momjian's avatar Bruce Momjian

9.3 release notes: improve cached plan mention

Per suggestion from Tom Lane.
parent 22a27ef1
...@@ -1048,14 +1048,14 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment