From owner-svn-ports-head@freebsd.org Fri Jun 28 23:10:41 2019 Return-Path: Delivered-To: svn-ports-head@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 D08FF15CE972; Fri, 28 Jun 2019 23:10:41 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.100.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BCA88CC9C; Fri, 28 Jun 2019 23:10:41 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: by toco-domains.de (Postfix, from userid 65534) id 9C35C9525A; Sat, 29 Jun 2019 01:10:34 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on toco-mail X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.2 Received: from [192.168.1.6] (x5d850564.dyn.telefonica.de [93.133.5.100]) by toco-domains.de (Postfix) with ESMTPA id B2D909524D; Sat, 29 Jun 2019 01:10:31 +0200 (CEST) Subject: Re: svn commit: r505245 - in head/databases: postgresql10-client postgresql10-contrib postgresql10-pgtcl postgresql10-server postgresql11-client postgresql11-server postgresql94-server postgresql95-cli... To: Mathieu Arnold Cc: Matthias Fechner , Palle Girgensohn , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201906272128.x5RLS0Uv072609@repo.freebsd.org> <899f2367-828a-9eca-dfaa-e34a039fcdac@toco-domains.de> <20190628223504.6pdnvbrrdsw3sqan@atuin.in.mat.cc> From: Torsten Zuehlsdorff Openpgp: preference=signencrypt Message-ID: Date: Sat, 29 Jun 2019 01:10:31 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <20190628223504.6pdnvbrrdsw3sqan@atuin.in.mat.cc> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6BCA88CC9C X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jun 2019 23:10:42 -0000 On 29.06.19 00:35, Mathieu Arnold wrote: > On Sat, Jun 29, 2019 at 12:30:20AM +0200, Torsten Zuehlsdorff wrote: >> >> >> On 27.06.19 23:44, Matthias Fechner wrote: >>> Am 27.06.2019 um 23:28 schrieb Palle Girgensohn: >>>> The PostgreSQL Global Development Group has released an update to all supported >>>> versions of our database system, including 11.4, 10.9, 9.6.14, 9.5.18, and >>>> 9.4.23, as well as the second beta of PostgreSQL 12. This release fixes one >>>> security issue and over 25 bugs since the previous cumulative update in May. >>> >>> thanks a lot for this update! >>> Are there any plans to switch the default PostgreSQL version to a more >>> modern one? >>> >>> Currently version 9.5 is the standard and www/gitlab-ce needs at least >>> version 9.6. >>> >>> Would be nice, if the standard version could be increased to a >>> reasonable version. >>> >>> Thanks a lot. >> >> Since i did the update last time: i could do it this time too, if Palle >> has not enough time. > > It would be great if the 12 port had the features we all agreed on years > ago, switch to the postgres user, and use a separate directory for each > version of the database. The postgres user is used since 9.6 and also there is a seperate directory for each version since 9.6. So: yes. The switch to a newer version will introduce this features! :) Greetings, Torsten