Skip to content

Commit 34e2ef6

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 20b6578 commit 34e2ef6

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
@@ -5231,7 +5231,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
52315231
</para>
52325232

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

0 commit comments

Comments
 (0)