Re: documentation build bleat

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: documentation build bleat
Date: 2016-04-14 02:21:39
Message-ID: CAHGQGwHw4moR-0nyH6+Ns8Kxaybqf5W_WROtpjCCks3wLpSQPw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Apr 14, 2016 at 9:08 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2016-04-14 02:27:54 Re: Reserved roles and user mapping
Previous Message Andres Freund 2016-04-14 01:58:20 Re: Suspicious behaviour on applying XLOG_HEAP2_VISIBLE.