duplicate "median" entry in doc
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2017-02-16T15:24:34Z
Lists: pgsql-hackers
Attachments
- doc-median.patch (text/x-diff) patch
When trying to build the documentation there is a minor warning: collateindex.pl: duplicated index entry found: MEDIAN Indeed, the "median" index term is specified twice in "syntax.sgml". The attached patch removes the warning. -- Fabien.
Commits
-
Doc: remove duplicate index entry.
- 4bd0f8317256 9.4.12 landed
- d993171a7aa2 9.5.7 landed
- 7ba903abb24a 9.6.3 landed
- 3b7673388da3 10.0 landed