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

Поиск
Список
Период
Сортировка
От Peter Smith
Тема PGDOCS - Integer configuration parameters should say "(integer)"
Дата
Msg-id CAHut+Pv6X5T-veN2abUDUvBxZm+SSm-9otfi3LZPGyOc6u6hiA@mail.gmail.com
обсуждение исходный текст
Ответы Re: PGDOCS - Integer configuration parameters should say "(integer)"  (Michael Paquier <michael@paquier.xyz>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Matthias van de Meent
Дата:
Сообщение: Re: CREATE TABLE ( .. STORAGE ..)
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Replica Identity check of partition table on subscriber