1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

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>
This commit is contained in:
Kurt Jaeger 2015-07-12 10:11:43 +00:00
parent 3f0bbd593b
commit e7bb05f3c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391775
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
PORTVERSION= 2.23.8
PORTVERSION= 2.23.9
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

View File

@ -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