From owner-svn-ports-head@freebsd.org Sat Jun 29 15:56:07 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 3567115DF33F; Sat, 29 Jun 2019 15:56:07 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2FE78242F; Sat, 29 Jun 2019 15:56:06 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id AB2601BF1C; Sat, 29 Jun 2019 15:56:06 +0000 (UTC) Date: Sat, 29 Jun 2019 15:56:06 +0000 From: Alexey Dokuchaev To: Torsten Zuehlsdorff Cc: Matthias Fechner , Palle Girgensohn , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r505245 - in head/databases: postgresql10-client postgresql10-contrib postgresql10-pgtcl postgresql10-server postgresql11-client postgresql11-server postgresql94-server postgresql95-cli... Message-ID: <20190629155606.GB97932@FreeBSD.org> References: <201906272128.x5RLS0Uv072609@repo.freebsd.org> <899f2367-828a-9eca-dfaa-e34a039fcdac@toco-domains.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <899f2367-828a-9eca-dfaa-e34a039fcdac@toco-domains.de> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: C2FE78242F X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.93 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.93)[-0.930,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: Sat, 29 Jun 2019 15:56:07 -0000 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 [...] > > > > 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. We're using Postres in our production at $work and had to carefully evaluate all 9.x versions, so it looks strange the GitLab works with 9.6 but not with 9.5, as changes between these should be pretty minor AFAIR (in comparison to e.g. 9.3). May we know what exactly breaks, so maybe we can craft a patch to fix it? > I would suggest we switch directly to 10 or 11. I personally would prefer > 11, if nobody has objections. I'd lean on the conservative side and sticked to 9.x, but I understand that we'd have to move to the next version at some point. Next version is 10, not 11. ./danfe