Date: Mon, 22 Apr 2019 06:57:54 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499609 - head/databases/cego Message-ID: <201904220657.x3M6vs1Y094124@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon Apr 22 06:57:54 2019 New Revision: 499609 URL: https://svnweb.freebsd.org/changeset/ports/499609 Log: databases/cego: update 2.44.1 -> 2.44.3 - Fix in CegoTableManager::deleteDataTable, before resolving external table references via evalExtTableReferences, the subquery must be prepared, to resolve local attributes first - Optimization added in CegoBufferPool::bufferFix. If there is no available slot in the bufferpool, a checkpoint is forced for the corresponding tableset ( already implemented ). Now if still no available slot, we force checkpoint for all other online tableset of the database. This might be useful, if the bufferpool is heavily occupied by other tablesets with dirty pages. Submitted by: Bjoern Lemke <lemke@lemke-it.com> Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Mon Apr 22 06:56:12 2019 (r499608) +++ head/databases/cego/Makefile Mon Apr 22 06:57:54 2019 (r499609) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.44.1 +PORTVERSION= 2.44.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Mon Apr 22 06:56:12 2019 (r499608) +++ head/databases/cego/distinfo Mon Apr 22 06:57:54 2019 (r499609) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555850425 -SHA256 (cego-2.44.1.tar.gz) = b1a4545171eb501ccece9b01f025648828466b53cfba5fab4f05f5a2629086c5 -SIZE (cego-2.44.1.tar.gz) = 2796679 +TIMESTAMP = 1555915472 +SHA256 (cego-2.44.3.tar.gz) = 6d80b437cb5fc2ecc7a0a9064c1faa495efe6c29967d314e8601f1a1d9192036 +SIZE (cego-2.44.3.tar.gz) = 2796962
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904220657.x3M6vs1Y094124>