Date: Mon, 17 May 2021 12:47:53 GMT From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4394f1f2bcdc - main - databases/postgresql-mysql_fdw: Update from 2.5.5 to 2.6.0 Message-ID: <202105171247.14HClrcO069957@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=4394f1f2bcdc1327fad694916f90584447ba4a32 commit 4394f1f2bcdc1327fad694916f90584447ba4a32 Author: Torsten Zuehlsdorff <tz@FreeBSD.org> AuthorDate: 2021-05-17 12:46:18 +0000 Commit: Torsten Zuehlsdorff <tz@FreeBSD.org> CommitDate: 2021-05-17 12:47:44 +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 --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105171247.14HClrcO069957>