Re: duplicate "median" entry in doc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: duplicate "median" entry in doc
Date: 2017-02-16 15:35:40
Message-ID: 7293.1487259340@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> writes:
> When trying to build the documentation there is a minor warning:
> collateindex.pl: duplicated index entry found: MEDIAN

See
https://www.postgresql.org/message-id/29262.1483053514@sss.pgh.pa.us

I've been waiting for some clarification on that before attempting
to fix this. In any case, your proposed patch would remove the main
index entry, which doesn't seem like what we want.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2017-02-16 15:54:06 Re: Parallel bitmap heap scan
Previous Message Robert Haas 2017-02-16 15:27:01 Re: [PATCH] kNN for btree