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
- auth_delay.milliseconds (int)
+ auth_delay.milliseconds (integer)
auth_delay.milliseconds configuration parameter
- max_logical_replication_workers (int)
+ max_logical_replication_workers (integer)
max_logical_replication_workers configuration parameter
- pg_prewarm.autoprewarm_interval (int)
+ pg_prewarm.autoprewarm_interval (integer)
pg_prewarm.autoprewarm_interval configuration parameter