diff options
author | pi <pi@FreeBSD.org> | 2019-04-22 14:57:54 +0800 |
---|---|---|
committer | Koop Mast <koop@beyonit.nl> | 2019-04-23 03:03:26 +0800 |
commit | a88739c595ee660000a52d698fb3edcf9435205b (patch) | |
tree | 2fd96af17a44d98150c9df89aa8dd250a566e6bb /databases | |
parent | 8d680371bd6b00ee0987a069ebb15fbb27574693 (diff) | |
download | freebsd-ports-gnome-a88739c595ee660000a52d698fb3edcf9435205b.tar.gz freebsd-ports-gnome-a88739c595ee660000a52d698fb3edcf9435205b.tar.zst freebsd-ports-gnome-a88739c595ee660000a52d698fb3edcf9435205b.zip |
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>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index f138f08b2c98..dd42dfcc86ba 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.44.1 +PORTVERSION= 2.44.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 323cc73b1e83..27dd4d7fdb3f 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -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 |