Thread: pgsql: doc: Do s/int/integer/ to describe the type of some GUC paramete

pgsql: doc: Do s/int/integer/ to describe the type of some GUC paramete

From
Michael Paquier
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7bd4a9e9901966fb35acd509af0d468881aa5d22

Modified Files
--------------
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(-)