diff options
author | pi <pi@FreeBSD.org> | 2015-07-12 18:11:43 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-07-12 18:11:43 +0800 |
commit | 8d836bfc7b972dd1bb35f5cea2e24f3835e83dc0 (patch) | |
tree | 69fd7d7c1fa91cc727314fbc7f187a494d42cd0d /databases | |
parent | 252b199b49fca20e37c3be6935adbda448e8bf02 (diff) | |
download | freebsd-ports-gnome-8d836bfc7b972dd1bb35f5cea2e24f3835e83dc0.tar.gz freebsd-ports-gnome-8d836bfc7b972dd1bb35f5cea2e24f3835e83dc0.tar.zst freebsd-ports-gnome-8d836bfc7b972dd1bb35f5cea2e24f3835e83dc0.zip |
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@lemke-it.com>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index eaa38a1d8d55..afd2c1c082d3 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.23.8 +PORTVERSION= 2.23.9 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 569628d26e5d..3aa3343daf98 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -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 |