From: Michael Paquier Date: Fri, 17 Jun 2022 00:03:07 +0000 (+0900) Subject: doc: Do s/int/integer/ to describe the type of some GUC parameters X-Git-Tag: REL_15_BETA2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bd4a9e9901966fb35acd509af0d468881aa5d22;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/auth-delay.sgml b/doc/src/sgml/auth-delay.sgml index bd3ef7128d5..3bc9cfb207a 100644 --- a/doc/src/sgml/auth-delay.sgml +++ b/doc/src/sgml/auth-delay.sgml @@ -27,7 +27,7 @@ - auth_delay.milliseconds (int) + auth_delay.milliseconds (integer) auth_delay.milliseconds configuration parameter diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 5b7ce6531da..f273fc95b98 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4922,7 +4922,7 @@ ANY num_sync ( - max_logical_replication_workers (int) + max_logical_replication_workers (integer) max_logical_replication_workers configuration parameter diff --git a/doc/src/sgml/pgprewarm.sgml b/doc/src/sgml/pgprewarm.sgml index 51afc5df3f5..4e68812250e 100644 --- a/doc/src/sgml/pgprewarm.sgml +++ b/doc/src/sgml/pgprewarm.sgml @@ -107,7 +107,7 @@ autoprewarm_dump_now() RETURNS int8 - pg_prewarm.autoprewarm_interval (int) + pg_prewarm.autoprewarm_interval (integer) pg_prewarm.autoprewarm_interval configuration parameter