From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 23 13:00:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 902CF470 for ; Fri, 23 May 2014 13:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CCC82A06 for ; Fri, 23 May 2014 13:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4ND01rV036480 for ; Fri, 23 May 2014 13:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4ND01Z2036477; Fri, 23 May 2014 13:00:01 GMT (envelope-from gnats) Date: Fri, 23 May 2014 13:00:01 GMT Message-Id: <201405231300.s4ND01Z2036477@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Francois Tigeot Subject: Re: ports/187286: [bsd.default-versions.mk] [patch] Default PostgreSQL version needs to be updated to 9.3 Reply-To: Francois Tigeot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2014 13:00:01 -0000 The following reply was made to PR ports/187286; it has been noted by GNATS. From: Francois Tigeot To: Mark Felder Cc: Francois Tigeot , bug-followup@FreeBSD.org, Gavin Atkinson , Baptiste Daroussin Subject: Re: ports/187286: [bsd.default-versions.mk] [patch] Default PostgreSQL version needs to be updated to 9.3 Date: Fri, 23 May 2014 14:51:33 +0200 On Sun, May 18, 2014 at 08:18:05PM -0500, Mark Felder wrote: > > On May 18, 2014, at 16:25, Francois Tigeot wrote: > > > There may be some performance differences between Postgres 9.3 and > > Postgres 9.2 on FreeBSD but it's nothing compared to the gap between > > FreeBSD and Linux. > > This is true, but we may not want to widen the performance gap experienced by the general userbase. > > "With 9.2, up to 17 % more TPS could be achived (for 32 clients)." -girgen@ This may be true but has nothing to do with the matter at hand. Postgres 9.0 and 9.1 are years old, they are useless. 9.4 is currently in beta and the 9.5 development cycle has already started. I'm currently at PGCon and one of the frequent complaints I have been hearing about is operating system vendors continuing to ship obsolete versions. By refusing to update the default version of PostgreSQL used in ports to something relatively recent, you're effectively rendering FreeBSD less attractive as a platform. -- Francois Tigeot