From 7bd4a9e9901966fb35acd509af0d468881aa5d22 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 17 Jun 2022 09:03:07 +0900 Subject: [PATCH] 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 --- doc/src/sgml/auth-delay.sgml | 2 +- doc/src/sgml/config.sgml | 2 +- doc/src/sgml/pgprewarm.sgml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/auth-delay.sgml b/doc/src/sgml/auth-delay.sgml index bd3ef7128d..3bc9cfb207 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 5b7ce6531d..f273fc95b9 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 51afc5df3f..4e68812250 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