Re: Documentation to upgrade logical replication cluster

Поиск
Список
Период
Сортировка
От Peter Smith
Тема Re: Documentation to upgrade logical replication cluster
Дата
Msg-id CAHut+PuDLX1wbgAkmH54XmXr7vZxGxEOL7OdJj7P5dS2jZFZdw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Documentation to upgrade logical replication cluster  (vignesh C <vignesh21@gmail.com>)
Ответы Re: Documentation to upgrade logical replication cluster
Список pgsql-hackers
Here are some minor comments for patch v8-0001.

======
doc/src/sgml/glossary.sgml

1.
+   <glossdef>
+    <para>
+     A set of publisher and subscriber instances with publisher instance
+     replicating changes to the subscriber instance.
+    </para>
+   </glossdef>

/with publisher instance/with the publisher instance/

~~~

2.
There are 2 SQL fragments but they are wrapped differently (see
below). e.g. it is not clear why is the 2nd fragment wrapped since it
is shorter than the 1st. OTOH, maybe you want the 1st fragment to
wrap. Either way, consistency wrapping would be better.


postgres=# SELECT slot_name FROM pg_replication_slots WHERE slot_type
= 'logical' AND conflict_reason IS NOT NULL;
 slot_name
-----------
(0 rows)

versus

SELECT count(*) FROM pg_replication_slots WHERE slot_type = 'logical'
AND temporary IS false;

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



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

Предыдущее
От: "zwj"
Дата:
Сообщение: 回复: bug report: some issues about pg_15_stable(8fa4a1ac61189efffb8b851ee77e1bc87360c445)
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: RFC: Logging plan of the running query