svn commit: r456311 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Thu Dec 14 16:56:13 UTC 2017


Author: pi
Date: Thu Dec 14 16:56:12 2017
New Revision: 456311
URL: https://svnweb.freebsd.org/changeset/ports/456311

Log:
  databases/cego: update 2.38.10 -> 2.38.12
  
  - Small optimization in CegoAttrCond::checkIndex, removed primary
    flag, since this is done now by attribute ordering. This leads
    to full index trace match instead of trace with index support and
    so, additional unnecessary predicate evaluation is avoided.
  - More rework for btree evaluation in CegoBTreeCursor
  - Optimization in CegoBTreeCursor::getNext. Instead of calling
    getNext in a recursive way, this is now done in a iterative way.
    This might avoid heavy stacking in case of special query constraints
    ( e..g multi dimensional btrees and range conditions like a > 400
    and b betweeen 'AAA' and 'DDD' )
  
  Submitted by:	Bjoern Lemke <lemke at lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Thu Dec 14 16:46:23 2017	(r456310)
+++ head/databases/cego/Makefile	Thu Dec 14 16:56:12 2017	(r456311)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.38.10
+PORTVERSION=	2.38.12
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Thu Dec 14 16:46:23 2017	(r456310)
+++ head/databases/cego/distinfo	Thu Dec 14 16:56:12 2017	(r456311)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512937688
-SHA256 (cego-2.38.10.tar.gz) = 1d6f6f3a9af98637b7e1b79bac0ba731e6677e92c153861352aa126742f2e7b9
-SIZE (cego-2.38.10.tar.gz) = 1453860
+TIMESTAMP = 1513268626
+SHA256 (cego-2.38.12.tar.gz) = 7b88956a59ef04b291501ec5e797dcf7f9d7b3706e670f17ccc8f0aeb430b291
+SIZE (cego-2.38.12.tar.gz) = 1453966


More information about the svn-ports-head mailing list