doc: Do s/int/integer/ to describe the type of some GUC parameters
authorMichael Paquier <[email protected]>
Fri, 17 Jun 2022 00:03:07 +0000 (09:03 +0900)
committerMichael Paquier <[email protected]>
Fri, 17 Jun 2022 00:03:07 +0000 (09:03 +0900)
Three parameters have been using "int" rather than "integer" to describe
their type:
auth_delay.milliseconds
max_logical_replication_workers
pg_prewarm.autoprewarm_interval

This is inconsistent with any other integer GUCs listed in the docs
(148, as far as I can see).

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pv6X5T-veN2abUDUvBxZm+SSm-9otfi3LZPGyOc6u6hiA@mail.gmail.com

doc/src/sgml/auth-delay.sgml
doc/src/sgml/config.sgml
doc/src/sgml/pgprewarm.sgml

index bd3ef7128d55f57d12c3fc4468c42c1199644bda..3bc9cfb207a0cf569962dbbb956754aabd3ad5a7 100644 (file)
@@ -27,7 +27,7 @@
   <variablelist>
    <varlistentry>
     <term>
-     <varname>auth_delay.milliseconds</varname> (<type>int</type>)
+     <varname>auth_delay.milliseconds</varname> (<type>integer</type>)
      <indexterm>
       <primary><varname>auth_delay.milliseconds</varname> configuration parameter</primary>
      </indexterm>
index 5b7ce6531dadb608e38d0fa7e319bd288d42c2e3..f273fc95b98a05f9c0ad96bc5d17bd41d4d20338 100644 (file)
@@ -4922,7 +4922,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
      <variablelist>
 
      <varlistentry id="guc-max-logical-replication-workers" xreflabel="max_logical_replication_workers">
-      <term><varname>max_logical_replication_workers</varname> (<type>int</type>)
+      <term><varname>max_logical_replication_workers</varname> (<type>integer</type>)
       <indexterm>
        <primary><varname>max_logical_replication_workers</varname> configuration parameter</primary>
       </indexterm>
index 51afc5df3f5a3c3fcf959a147dffdc5eeb70f66e..4e68812250eefa934c27ed9d8c1c918bca0b77f5 100644 (file)
@@ -107,7 +107,7 @@ autoprewarm_dump_now() RETURNS int8
   <variablelist>
    <varlistentry>
    <term>
-     <varname>pg_prewarm.autoprewarm_interval</varname> (<type>int</type>)
+     <varname>pg_prewarm.autoprewarm_interval</varname> (<type>integer</type>)
      <indexterm>
       <primary><varname>pg_prewarm.autoprewarm_interval</varname> configuration parameter</primary>
      </indexterm>