From 84e6188d68f421523f4a25e9132e8e4fa9700648 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 5 Dec 2022 11:23:33 +0900 Subject: [PATCH] doc: Add missing markups for developer GUCs Missing such markups makes it impossible to create links back to these GUCs, and all the other parameters have one already. Author: Ian Lawrence Barwick Discussion: https://postgr.es/m/CAB8KJ=jx=6dFB_EN3j0UkuvG3cPu5OmQiM-ZKRAz+fKvS+u8Ng@mail.gmail.com Backpatch-through: 11 --- doc/src/sgml/config.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index be67ff7cedf..7ed40f15363 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -10140,7 +10140,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' - + trace_locks (boolean) trace_locks configuration parameter @@ -10181,7 +10181,7 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1) - + trace_lwlocks (boolean) trace_lwlocks configuration parameter @@ -10201,7 +10201,7 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1) - + trace_userlocks (boolean) trace_userlocks configuration parameter @@ -10220,7 +10220,7 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1) - + trace_lock_oidmin (integer) trace_lock_oidmin configuration parameter @@ -10239,7 +10239,7 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1) - + trace_lock_table (integer) trace_lock_table configuration parameter @@ -10257,7 +10257,7 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1) - + debug_deadlocks (boolean) debug_deadlocks configuration parameter @@ -10276,7 +10276,7 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1) - + log_btree_build_stats (boolean) log_btree_build_stats configuration parameter -- 2.39.5