aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/custom-rmgr.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/custom-rmgr.sgml')
-rw-r--r--doc/src/sgml/custom-rmgr.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/custom-rmgr.sgml b/doc/src/sgml/custom-rmgr.sgml
index baf86b1c07d..0d982292951 100644
--- a/doc/src/sgml/custom-rmgr.sgml
+++ b/doc/src/sgml/custom-rmgr.sgml
@@ -96,8 +96,8 @@ extern void RegisterCustomRmgr(RmgrId rmid, const RmgrData *rmgr);
</para>
<note>
<para>
- The extension must remain in shared_preload_libraries as long as any
- custom WAL records may exist in the system. Otherwise
+ The extension must remain in <varname>shared_preload_libraries</varname>
+ as long as any custom WAL records may exist in the system. Otherwise
<productname>PostgreSQL</productname> will not be able to apply or decode
the custom WAL records, which may prevent the server from starting.
</para>