Commit ffcf5a6c authored by Tom Lane's avatar Tom Lane

Fix thinko in documentation of local_preload_libraries.

Somebody added a cross-reference to shared_preload_libraries, but wrote the
wrong variable name when they did it (and didn't bother to make it a link
either).

Spotted by Christoph Anton Mitterer.
parent 375aa7b3
...@@ -5261,7 +5261,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' ...@@ -5261,7 +5261,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
</para> </para>
<para> <para>
Unlike <varname>local_preload_libraries</>, there is no Unlike <xref linkend="guc-shared-preload-libraries">, there is no
performance advantage to loading a library at session performance advantage to loading a library at session
start rather than when it is first used. Rather, the intent of start rather than when it is first used. Rather, the intent of
this feature is to allow debugging or performance-measurement this feature is to allow debugging or performance-measurement
......
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