git: ff6ba3b6b071 - 2021Q2 - databases/postgresql-mysql_fdw: Update from 2.5.5 to 2.6.0

Torsten Zuehlsdorff tz at FreeBSD.org
Mon May 17 12:49:27 UTC 2021


The branch 2021Q2 has been updated by tz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ff6ba3b6b0715c94af7ef9c957dcf8ef26fc85b9

commit ff6ba3b6b0715c94af7ef9c957dcf8ef26fc85b9
Author:     Torsten Zuehlsdorff <tz at FreeBSD.org>
AuthorDate: 2021-05-17 12:46:18 +0000
Commit:     Torsten Zuehlsdorff <tz at FreeBSD.org>
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


More information about the dev-commits-ports-branches mailing list