From c6d0df9492b12ce657de8512a93dd473f3eff5d9 Mon Sep 17 00:00:00 2001 From: Fujii Masao <fujii@postgresql.org> Date: Tue, 24 Jun 2014 03:25:01 +0900 Subject: [PATCH] Add missing closing parenthesis into max_replication_slots doc. --- doc/src/sgml/config.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 697cf99de5..5ab308b2b2 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2489,7 +2489,7 @@ include 'filename' <listitem> <para> Specifies the maximum number of replication slots - (see <xref linkend="streaming-replication-slots"> that the server + (see <xref linkend="streaming-replication-slots">) that the server can support. The default is zero. This parameter can only be set at server start. <varname>wal_level</varname> must be set -- 2.49.0