svn commit: r391775 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Jul 12 10:11:45 UTC 2015


Author: pi
Date: Sun Jul 12 10:11:43 2015
New Revision: 391775
URL: https://svnweb.freebsd.org/changeset/ports/391775

Log:
  databases/cego: 2.23.8 -> 2.23.9
  
  - Performance fix in CegoSelect::consolidateConjunctionList
    Inappropriate predicates are filtered and added to stack first.
    As a result, predicates are used for table join binding,
    so that efficient tuple retrievel is ensured.
  - The fix also avoids infinite query loops for non-reference conditions,
    e.g. select a from t1 where 1 = 1;
  
  Submitted by:	Björn Lemke <lemke at lemke-it.com>

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sun Jul 12 10:11:33 2015	(r391774)
+++ head/databases/cego/Makefile	Sun Jul 12 10:11:43 2015	(r391775)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.23.8
+PORTVERSION=	2.23.9
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Jul 12 10:11:33 2015	(r391774)
+++ head/databases/cego/distinfo	Sun Jul 12 10:11:43 2015	(r391775)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.23.8.tar.gz) = 0a3c9d1d4555dfac4bdda0d423868630338ab9f7a2e4ead6aca40a9ffce76f47
-SIZE (cego-2.23.8.tar.gz) = 967848
+SHA256 (cego-2.23.9.tar.gz) = 99e045faac72bf9a3d84219865d6658e2eeb7d136c0cf37261fb10cce3fe208b
+SIZE (cego-2.23.9.tar.gz) = 1085164


More information about the svn-ports-all mailing list