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

From Michael Paquier
Subject pgsql: doc: Do s/int/integer/ to describe the type of some GUC paramete
Date
Msg-id E1o1zVY-000PHX-Uk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Revert changes in HOT handling of BRIN indexes
Next
From: Tom Lane
Date:
Subject: pgsql: Fix busted tab completion of extension versions.