From owner-svn-ports-all@freebsd.org Wed Feb 19 10:16:58 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 112C6254E68; Wed, 19 Feb 2020 10:16:58 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Mttd5m7Mz44Nj; Wed, 19 Feb 2020 10:16:57 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CFED73F2; Wed, 19 Feb 2020 10:16:57 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01JAGvNb034742; Wed, 19 Feb 2020 10:16:57 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01JAGuxE034739; Wed, 19 Feb 2020 10:16:56 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <202002191016.01JAGuxE034739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Wed, 19 Feb 2020 10:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526498 - head/databases/postgresql-cstore_fdw X-SVN-Group: ports-head X-SVN-Commit-Author: farrokhi X-SVN-Commit-Paths: head/databases/postgresql-cstore_fdw X-SVN-Commit-Revision: 526498 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2020 10:16:58 -0000 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.