Skip to content

Commit f600782

Browse files
committed
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.
1 parent 082f906 commit f600782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4961,7 +4961,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
49614961
</para>
49624962

49634963
<para>
4964-
Unlike <varname>local_preload_libraries</>, there is no
4964+
Unlike <xref linkend="guc-shared-preload-libraries">, there is no
49654965
performance advantage to loading a library at session
49664966
start rather than when it is first used. Rather, the intent of
49674967
this feature is to allow debugging or performance-measurement

0 commit comments

Comments
 (0)