Date: Fri, 9 Feb 2018 12:57:20 +0100 From: Christoph Moench-Tegeder <cmt@burggraben.net> To: Jan Beich <jbeich@FreeBSD.org> Cc: Palle Girgensohn <girgen@FreeBSD.org>, Baptiste Daroussin <bapt@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r461251 - in head/databases: postgresql10-server postgresql10-server/files postgresql92-client postgresql92-contrib postgresql92-server postgresql92-server/files postgresql93-server pos... Message-ID: <20180209115719.GA31894@elch.exwg.net> In-Reply-To: <372a-br4g-wny@FreeBSD.org> References: <201802081738.w18Hca41043031@repo.freebsd.org> <372a-br4g-wny@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
## Jan Beich (jbeich@FreeBSD.org): > libc collation was fixed by https://svnweb.freebsd.org/changeset/base/290494 > Is ICU still required on FreeBSD 11.0 or later? For PostgreSQL <= 9.6: in theory no, but - as bapt said - switching from an ICU-enabled build to one without ICU could require rebuilding all text-related indexes. For PostgreSQL >= 10: ICU support has become an official feature of PostgreSQL and enables additional collations and character sets (etc.): https://www.postgresql.org/docs/10/static/collation.html#COLLATION-MANAGING https://www.postgresql.org/docs/10/static/multibyte.html Removing that wouldn't go down well :) Regards, Christoph -- Spare Space
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180209115719.GA31894>