PGDOCS - Integer configuration parameters should say "(integer)"

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: PGDOCS - Integer configuration parameters should say "(integer)"
Date: 2022-06-16 09:22:15
Message-ID: CAHut+Pv6X5T-veN2abUDUvBxZm+SSm-9otfi3LZPGyOc6u6hiA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

FYI, I happened to notice in the PG docs there are a few integer
configuration parameters that describe themselves as type "(int)"
instead of "(integer)".

It looked like a small mistake to me; there are only 3 of (int),
versus 148 of (integer).

~~~

doc\src\sgml\auth-delay.sgml:
29 <term>
30: <varname>auth_delay.milliseconds</varname> (<type>int</type>)
31 <indexterm>

doc\src\sgml\config.sgml:
4918 <varlistentry id="guc-max-logical-replication-workers"
xreflabel="max_logical_replication_workers">
4919: <term><varname>max_logical_replication_workers</varname>
(<type>int</type>)
4920 <indexterm>

doc\src\sgml\pgprewarm.sgml:
109 <term>
110: <varname>pg_prewarm.autoprewarm_interval</varname>
(<type>int</type>)
111 <indexterm>

~~~

PSA a small patch to correct those.

------
Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v1-0001-Use-type-integer-instead-of-type-int.patch application/octet-stream 2.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2022-06-16 09:42:03 Re: Replica Identity check of partition table on subscriber
Previous Message Matthias van de Meent 2022-06-16 09:17:01 Re: CREATE TABLE ( .. STORAGE ..)