public inbox for [email protected]  
help / color / mirror / Atom feed
From: Fujii Masao <[email protected]>
To: [email protected]
Subject: The type of ssl_renegotiation_limit
Date: Wed, 17 Mar 2010 11:28:58 +0900
Message-ID: <[email protected]> (raw)

Hi,

http://developer.postgresql.org/pgdocs/postgres/runtime-config-connection.html#RUNTIME-CONFIG-CONNEC...

> ssl_renegotiation_limit (int)

It's described that the type of ssl_renegotiation_limit is "int".
Though it's not apparent error, we should use "integer" rather than
"int". In the description of other parameters, "integer" has been
used. Here is the patch.

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


Attachments:

  [application/octet-stream] ssl_renegotiation_limit_type_v1.patch (801B, 2-ssl_renegotiation_limit_type_v1.patch)
  download | inline diff:
*** a/doc/src/sgml/config.sgml
--- b/doc/src/sgml/config.sgml
***************
*** 607,613 **** SET ENABLE_SEQSCAN TO OFF;
       </varlistentry>
  
       <varlistentry id="guc-ssl-renegotiation-limit" xreflabel="ssl_renegotiation_limit">
!       <term><varname>ssl_renegotiation_limit</varname> (<type>int</type>)</term>
        <indexterm>
         <primary><varname>ssl_renegotiation_limit</> configuration parameter</primary>
        </indexterm>
--- 607,613 ----
       </varlistentry>
  
       <varlistentry id="guc-ssl-renegotiation-limit" xreflabel="ssl_renegotiation_limit">
!       <term><varname>ssl_renegotiation_limit</varname> (<type>integer</type>)</term>
        <indexterm>
         <primary><varname>ssl_renegotiation_limit</> configuration parameter</primary>
        </indexterm>


view thread (2+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: The type of ssl_renegotiation_limit
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox