| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: Do s/int/integer/ to describe the type of some GUC paramete |
| Date: | 2022-06-17 00:06:41 |
| Message-ID: | E1o1zVY-000PHX-Uk@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-06-18 23:46:32 | pgsql: Fix busted tab completion of extension versions. |
| Previous Message | Tomas Vondra | 2022-06-16 13:03:56 | pgsql: Revert changes in HOT handling of BRIN indexes |