Re: pg_rewind in contrib

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pg_rewind in contrib
Дата
Msg-id CAB7nPqS0jtJcbL8FPFYh-P-ffHv1X8NkL=pS5ZuK38G=5W74rQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_rewind in contrib  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
On Wed, Jan 14, 2015 at 6:43 PM, Heikki Linnakangas
<hlinnakangas@vmware.com> wrote:
> Here is a new version. There are now a fair amount of code changes compared
> to the version on github, like the logging and progress information, and a
> lot of comment changes. I also improved the documentation.

Perhaps this could a direct link to the page of pg_rewind with  <xref
linkend="app-pgrewind">?
-    possibly new, system. Once complete, the primary and standby can be
+    possibly new, system. The <application>pg_rewind</> utility can be
+    used to speed up this process on large clusters.
+    Once complete, the primary and standby can be

Missing a dot a the end of the phrase of this paragraph:
+        <para>
+          This option specifies the target data directory that is synchronized
+          with the source. The target server must shut down cleanly before
+          running <application>pg_rewind</application>
+        </para>

Compilation of pg_rewind on MSVC is not done. It is still listed as a
contrib/ in Mkvcbuild.pm.

The compilation of pg_xlogdump fails because inclusion of
dbcommands_xlog.h is missing in rmgrdesc.c (patch attached).

src/bin/Makefile has not been updated to compile pg_rewind.
--
Michael

Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Merging postgresql.conf and postgresql.auto.conf
Следующее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: initdb -S and tablespaces