doc: Do s/int/integer/ to describe the type of some GUC parameters
authorMichael Paquier
Fri, 17 Jun 2022 00:03:07 +0000 (09:03 +0900)
committerMichael Paquier
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 @@
   
    
     
-     auth_delay.milliseconds (int)
+     auth_delay.milliseconds (integer)
      
       auth_delay.milliseconds configuration parameter
      
index 5b7ce6531dadb608e38d0fa7e319bd288d42c2e3..f273fc95b98a05f9c0ad96bc5d17bd41d4d20338 100644 (file)
@@ -4922,7 +4922,7 @@ ANY num_sync ( 
      
 
      
-      max_logical_replication_workers (int)
+      max_logical_replication_workers (integer)
       
        max_logical_replication_workers configuration parameter
       
index 51afc5df3f5a3c3fcf959a147dffdc5eeb70f66e..4e68812250eefa934c27ed9d8c1c918bca0b77f5 100644 (file)
@@ -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