git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e3fcca0)
doc: Do s/int/integer/ to describe the type of some GUC parameters
2022年6月17日 00:03:07 +0000 (09:03 +0900)
2022年6月17日 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


diff --git a/doc/src/sgml/auth-delay.sgml b/doc/src/sgml/auth-delay.sgml
index bd3ef7128d55f57d12c3fc4468c42c1199644bda..3bc9cfb207a0cf569962dbbb956754aabd3ad5a7 100644 (file)
--- a/doc/src/sgml/auth-delay.sgml
+++ b/doc/src/sgml/auth-delay.sgml
@@ -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>
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 5b7ce6531dadb608e38d0fa7e319bd288d42c2e3..f273fc95b98a05f9c0ad96bc5d17bd41d4d20338 100644 (file)
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -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>
diff --git a/doc/src/sgml/pgprewarm.sgml b/doc/src/sgml/pgprewarm.sgml
index 51afc5df3f5a3c3fcf959a147dffdc5eeb70f66e..4e68812250eefa934c27ed9d8c1c918bca0b77f5 100644 (file)
--- a/doc/src/sgml/pgprewarm.sgml
+++ b/doc/src/sgml/pgprewarm.sgml
@@ -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>
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /