From owner-svn-ports-all@freebsd.org Fri Feb 9 11:57:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 380E4F1DBCA; Fri, 9 Feb 2018 11:57:34 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [IPv6:2a01:4f8:140:50a2::3:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "ns.exwg.net", Issuer "Christoph Moench-Tegeder" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id ACDA47FB83; Fri, 9 Feb 2018 11:57:33 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id 48C856002F4; Fri, 9 Feb 2018 12:57:32 +0100 (CET) X-Spam-Scanned: by amavisd-new at exwg.net Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TCXEdchP+qxW; Fri, 9 Feb 2018 12:57:20 +0100 (CET) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS; Fri, 9 Feb 2018 12:57:20 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 4FB67279EA; Fri, 9 Feb 2018 12:57:20 +0100 (CET) Date: Fri, 9 Feb 2018 12:57:20 +0100 From: Christoph Moench-Tegeder To: Jan Beich Cc: Palle Girgensohn , Baptiste Daroussin , 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> References: <201802081738.w18Hca41043031@repo.freebsd.org> <372a-br4g-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <372a-br4g-wny@FreeBSD.org> User-Agent: Mutt/1.9.3 (2018-01-21) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2018 11:57:34 -0000 ## 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