Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7bd4a9e

Browse files
committed
doc: Do s/int/integer/ to describe the type of some GUC parameters
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
1 parent e3fcca0 commit 7bd4a9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/sgml/auth-delay.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<variablelist>
2828
<varlistentry>
2929
<term>
30-
<varname>auth_delay.milliseconds</varname> (<type>int</type>)
30+
<varname>auth_delay.milliseconds</varname> (<type>integer</type>)
3131
<indexterm>
3232
<primary><varname>auth_delay.milliseconds</varname> configuration parameter</primary>
3333
</indexterm>

doc/src/sgml/config.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4922,7 +4922,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
49224922
<variablelist>
49234923

49244924
<varlistentry id="guc-max-logical-replication-workers" xreflabel="max_logical_replication_workers">
4925-
<term><varname>max_logical_replication_workers</varname> (<type>int</type>)
4925+
<term><varname>max_logical_replication_workers</varname> (<type>integer</type>)
49264926
<indexterm>
49274927
<primary><varname>max_logical_replication_workers</varname> configuration parameter</primary>
49284928
</indexterm>

doc/src/sgml/pgprewarm.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ autoprewarm_dump_now() RETURNS int8
107107
<variablelist>
108108
<varlistentry>
109109
<term>
110-
<varname>pg_prewarm.autoprewarm_interval</varname> (<type>int</type>)
110+
<varname>pg_prewarm.autoprewarm_interval</varname> (<type>integer</type>)
111111
<indexterm>
112112
<primary><varname>pg_prewarm.autoprewarm_interval</varname> configuration parameter</primary>
113113
</indexterm>

0 commit comments

Comments
 (0)