From owner-dev-commits-ports-branches@freebsd.org Mon May 17 12:49:26 2021 Return-Path: Delivered-To: dev-commits-ports-branches@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 E8F70646CD4; Mon, 17 May 2021 12:49:26 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FkJqV69k8z4kTs; Mon, 17 May 2021 12:49:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCE6C3E77; Mon, 17 May 2021 12:49:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14HCnQnq070221; Mon, 17 May 2021 12:49:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14HCnQfn070220; Mon, 17 May 2021 12:49:26 GMT (envelope-from git) Date: Mon, 17 May 2021 12:49:26 GMT Message-Id: <202105171249.14HCnQfn070220@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: ff6ba3b6b071 - 2021Q2 - databases/postgresql-mysql_fdw: Update from 2.5.5 to 2.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: ff6ba3b6b0715c94af7ef9c957dcf8ef26fc85b9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2021 12:49:27 -0000 The branch 2021Q2 has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff6ba3b6b0715c94af7ef9c957dcf8ef26fc85b9 commit ff6ba3b6b0715c94af7ef9c957dcf8ef26fc85b9 Author: Torsten Zuehlsdorff AuthorDate: 2021-05-17 12:46:18 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-05-17 12:49:19 +0000 databases/postgresql-mysql_fdw: Update from 2.5.5 to 2.6.0 This release includes the following: Feature: Join Push down - If we have a join between two foreign tables from the same remote server, push that join down to the remote server instead of fetching all the rows for both the tables and performing a join locally. Other Fixes: Fixes crash with IMPORT FOREIGN SCHEMA when executed repeatedly. Restricts fetching of the system attributes from the remote relation. Fixes compiler warning due to clash with MySQL library macro. Costs are not shown in the explain output when the COSTS explain option is OFF. Uses environment variables in tests for connection parameters. No longer supports PG/EPAS version 9.5. Sponsored by: Bounce Experts (cherry picked from commit 4394f1f2bcdc1327fad694916f90584447ba4a32) --- databases/postgresql-mysql_fdw/Makefile | 2 +- databases/postgresql-mysql_fdw/distinfo | 6 +++--- databases/postgresql-mysql_fdw/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/postgresql-mysql_fdw/Makefile b/databases/postgresql-mysql_fdw/Makefile index 83d66205be31..d5703189e024 100644 --- a/databases/postgresql-mysql_fdw/Makefile +++ b/databases/postgresql-mysql_fdw/Makefile @@ -2,7 +2,7 @@ PORTNAME= mysql_fdw DISTVERSIONPREFIX= REL- -DISTVERSION= 2_5_5 +DISTVERSION= 2_6_0 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- diff --git a/databases/postgresql-mysql_fdw/distinfo b/databases/postgresql-mysql_fdw/distinfo index 7983c7b1170d..35c2cee87013 100644 --- a/databases/postgresql-mysql_fdw/distinfo +++ b/databases/postgresql-mysql_fdw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615849973 -SHA256 (EnterpriseDB-mysql_fdw-REL-2_5_5_GH0.tar.gz) = 16c398dfa748fc05bb8d1ce5bed05395c549880ce2c8174ff17d22ab664f13fb -SIZE (EnterpriseDB-mysql_fdw-REL-2_5_5_GH0.tar.gz) = 60803 +TIMESTAMP = 1621235314 +SHA256 (EnterpriseDB-mysql_fdw-REL-2_6_0_GH0.tar.gz) = 54cd664348eea774dc70954a1a83ae62c0ef931beed6781736f08d903555c2cd +SIZE (EnterpriseDB-mysql_fdw-REL-2_6_0_GH0.tar.gz) = 112248 diff --git a/databases/postgresql-mysql_fdw/pkg-descr b/databases/postgresql-mysql_fdw/pkg-descr index 4829199b5cb7..3716b358922f 100644 --- a/databases/postgresql-mysql_fdw/pkg-descr +++ b/databases/postgresql-mysql_fdw/pkg-descr @@ -6,6 +6,6 @@ The following enhancements are added to the mysql_fdw: Column push-down Prepared Statment Please note that this version of mysql_fdw works with PostgreSQL -9.3, 9.4, 9.5, 9.6, 10, and 11. +9.6, 10, 11, 12 and 13. WWW: https://github.com/EnterpriseDB/mysql_fdw