Minor document typo

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Minor document typo
Дата
Msg-id 20240423.201739.1015685726322528875.t-ishii@sranhm.sra.co.jp
обсуждение исходный текст
Ответы Re: Minor document typo  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-hackers
Hi,

doc/src/sgml/monitoring.sgml seems to have a minor typo:

In pg_stat_database_conflicts section (around line 3621) we have:

      <para>
       Number of uses of logical slots in this database that have been
       canceled due to old snapshots or too low a <xref linkend="guc-wal-level"/>
       on the primary
      </para></entry>

I think "too low a" should be "too low" ('a' is not
necessary). Attached is the patch.

Best reagards,
--
Tatsuo Ishii
SRA OSS LLC
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 053da8d6e4..56e79b1304 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -3618,7 +3618,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage
       </para>
       <para>
        Number of uses of logical slots in this database that have been
-       canceled due to old snapshots or too low a <xref linkend="guc-wal-level"/>
+       canceled due to old snapshots or too low <xref linkend="guc-wal-level"/>
        on the primary
       </para></entry>
      </row>

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Why does pgindent's README say to download typedefs.list from the buildfarm?
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Race condition in FetchTableStates() breaks synchronization of subscription tables