Re: documentation build bleat

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: documentation build bleat
Дата
Msg-id CAHGQGwHw4moR-0nyH6+Ns8Kxaybqf5W_WROtpjCCks3wLpSQPw@mail.gmail.com
обсуждение исходный текст
Ответ на documentation build bleat  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, Apr 14, 2016 at 9:08 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Some fairly recent commit is causing the HTML docs build to moan about
>
> collateindex.pl: duplicated index entry found: PG_LOGICAL_EMIT_MESSAGE
> 1 entries ignored...

This is my fault. Sorry...
        <indexterm>
-         <primary>>pg_logical_emit_message</primary>
+         <primary>pg_logical_emit_message</primary>        </indexterm>

In commit cfe96ae, I fixed the typo in the index entry of
pg_logical_emit_message() as above. But there was another
index entry for that function already, so my fix caused
duplicated index entry.

I pushed the fix. Thanks for the report!

Regards,

-- 
Fujii Masao



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Suspicious behaviour on applying XLOG_HEAP2_VISIBLE.
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Reserved roles and user mapping