mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 01:00:11 -04:00
9.3 release notes: improve cached plan mention
Per suggestion from Tom Lane.
This commit is contained in:
parent
22a27ef113
commit
bc41ef4791
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue