From da9c81526918c49c3c30fdb6838323d2f66cba69 Mon Sep 17 00:00:00 2001
From: Justin Pryzby <pryzbyj@telsasoft.com>
Date: Thu, 28 Mar 2019 08:53:26 -0500
Subject: [PATCH v2 01/12] Clean up docs for log_statement_sample_rate..

..which was added at commit 88bdbd3f746049834ae3cc972e6e650586ec3c9d

And this one little bit was missed here:
https://www.postgresql.org/message-id/20190403215938.GA26375%40alvherre.pgsql

Author: Christoph Berg <myon@debian.org>
---
 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 804406a..ad5a620 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -5887,7 +5887,7 @@ local0.*    /var/log/postgresql
         <para>
          Determines the fraction of statements that exceed
          <xref linkend="guc-log-min-duration-statement"/> to be logged.
-         The default is <literal>1</literal>, meaning log all such
+         The default is <literal>1.0</literal>, meaning log all such
          statements.
          Setting this to zero disables logging by duration, same as setting
          <varname>log_min_duration_statement</varname> to
-- 
2.1.4

