Re: pgsql: action_at_recovery_target recovery config option

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: action_at_recovery_target recovery config option
Дата
Msg-id CAB7nPqRWvDGnpK-KLxfxwSTdjs_r3n-XZX1hzQKH2VoVGJw0Fg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: action_at_recovery_target recovery config option  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: pgsql: action_at_recovery_target recovery config option  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-committers


On Wed, Nov 26, 2014 at 7:33 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
> On 25 November 2014 at 21:40, Stefan Kaltenbrunner
> <stefan@kaltenbrunner.cc> wrote:
>> On 11/25/2014 09:14 PM, Simon Riggs wrote:
>>> action_at_recovery_target recovery config option
>>>
>>> action_at_recovery_target = pause | promote | shutdown
>>>
>>> Petr Jelinek
>>>
>>> Reviewed by Muhammad Asif Naeem, Fujji Masao and
>>> Simon Riggs
>>>
>>> Branch
>>> ------
>>> master
>>>
>>> Details
>>> -------
>>> http://git.postgresql.org/pg/commitdiff/aedccb1f6fef988af1d1a25b78151f3773954b4c
>>>
>>> Modified Files
>>> --------------
>>> doc/src/sgml/recovery-config.sgml   |   58 ++++++++++++++++++---
>>> src/backend/access/transam/xlog.c   |   98 +++++++++++++++++++++++++++++++----
>>> src/backend/postmaster/postmaster.c |   12 +++++
>>> src/include/access/xlog_internal.h  |   10 ++++
>>> 4 files changed, 159 insertions(+), 19 deletions(-)
>>
>>
>> looks like this broke the docs build:
>>
>> http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=guaibasaurus&dt=2014-11-25%2020%3A17%3A01
>
> Thanks, hopefully fixed soon afterwards.
That's still broken even after you pushed b7a7158 (blind commit?) as a tentative to fix it:
openjade:recovery-config.sgml:319:8:E: character data is not allowed here
openjade:recovery-config.sgml:319:36:E: document type does not allow element "LITERAL" here; missing one of "REMARK", "SYNOPSIS", "LITERALLAYOUT", "PROGRAMLISTING", "SCREEN", "PARA", "SIMPARA", "BRIDGEHEAD" start-tag
openjade:recovery-config.sgml:319:46:E: character data is not allowed here
openjade:recovery-config.sgml:322:23:E: document type does not allow element "FUNCTION" here; missing one of "REMARK", "SYNOPSIS", "LITERALLAYOUT", "PROGRAMLISTING", "SCREEN", "PARA", "SIMPARA", "BRIDGEHEAD" start-tag
openjade:recovery-config.sgml:322:51:E: character data is not allowed here
openjade:recovery-config.sgml:323:56:E: document type does not allow element "XREF" here; missing one of "REMARK", "SYNOPSIS", "LITERALLAYOUT", "PROGRAMLISTING", "SCREEN", "PARA", "SIMPARA", "BRIDGEHEAD" start-tag
openjade:recovery-config.sgml:328:13:E: end tag for element "PARA" which is not open

The docs are able to compile correctly with the patch attached, you simply missed a <para>.
Thanks,
--
Michael
Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: action_at_recovery_target recovery config option
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Attempt to suppress uninitialized variable warning.