Date: Wed, 19 Feb 2020 10:16:56 +0000 (UTC) From: Babak Farrokhi <farrokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526498 - head/databases/postgresql-cstore_fdw Message-ID: <202002191016.01JAGuxE034739@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: farrokhi Date: Wed Feb 19 10:16:56 2020 New Revision: 526498 URL: https://svnweb.freebsd.org/changeset/ports/526498 Log: databases/postgresql-cstore_fdw: Update to 1.7.0 - Update to 1.7.0 (PostgreSQL 12 support) - Pet portlint Modified: head/databases/postgresql-cstore_fdw/Makefile head/databases/postgresql-cstore_fdw/distinfo head/databases/postgresql-cstore_fdw/pkg-descr Modified: head/databases/postgresql-cstore_fdw/Makefile ============================================================================== --- head/databases/postgresql-cstore_fdw/Makefile Wed Feb 19 09:31:27 2020 (r526497) +++ head/databases/postgresql-cstore_fdw/Makefile Wed Feb 19 10:16:56 2020 (r526498) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cstore_fdw -PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTVERSION= 1.7.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- @@ -16,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c +USES= gmake pgsql:9.3+ + SUB_FILES= pkg-message -USES= gmake pgsql:9.3+ LLD_UNSAFE= yes USE_GITHUB= yes GH_ACCOUNT= citusdata Modified: head/databases/postgresql-cstore_fdw/distinfo ============================================================================== --- head/databases/postgresql-cstore_fdw/distinfo Wed Feb 19 09:31:27 2020 (r526497) +++ head/databases/postgresql-cstore_fdw/distinfo Wed Feb 19 10:16:56 2020 (r526498) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536052906 -SHA256 (citusdata-cstore_fdw-v1.6.2_GH0.tar.gz) = 35aabbc5a1608024e6aa038d06035e90d587e805eb706eb80652eb8547783491 -SIZE (citusdata-cstore_fdw-v1.6.2_GH0.tar.gz) = 92241 +TIMESTAMP = 1582106798 +SHA256 (citusdata-cstore_fdw-v1.7.0_GH0.tar.gz) = bd8a06654b483d27b48d8196cf6baac0c7828b431b49ac097923ac0c54a1c38c +SIZE (citusdata-cstore_fdw-v1.7.0_GH0.tar.gz) = 93313 Modified: head/databases/postgresql-cstore_fdw/pkg-descr ============================================================================== --- head/databases/postgresql-cstore_fdw/pkg-descr Wed Feb 19 09:31:27 2020 (r526497) +++ head/databases/postgresql-cstore_fdw/pkg-descr Wed Feb 19 10:16:56 2020 (r526498) @@ -3,7 +3,7 @@ Columnar (ORC) format for its data layout. ORC improve developed at Facebook, and brings the following benefits: - Compression: Reduces in-memory and on-disk data size by 2-4x. Can be extended to support different codecs. - - Column projections: Only reads column data relevant to the query. + - Column projections: Only reads column data relevant to the query. Improves performance for I/O bound queries. - Skip indexes: Stores min/max statistics for row groups, and uses them to skip over unrelated rows.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002191016.01JAGuxE034739>