From 6be377d101bfc99bfe92a9fa78d39f1a533d949d Mon Sep 17 00:00:00 2001 From: Torsten Zuehlsdorff Date: Sun, 20 Oct 2024 22:02:28 +0200 Subject: databases/postgresql-mysql_fdw: Upgrade from REL-2_9_1 to REL-2_9_2 Changelog: * Support for PostgreSQL 17 and upcoming EDB Postgres Advanced Server 17. * Add support for MYSQL_READ_DEFAULT_FILE option used to read connection details. * Fix server crash in left join with whole-row reference. * Map TIMESTAMP to TIMESTAMPTZ in IMPORT FOREIGN SCHEMA processing. * Set the session timezone to UTC on the MySQL connection. * Correct pushability of ScalarArrayOpExpr (ANY and ALL) and fix handling of the multidimensional array in its deparsing. * Refactor README.md file. * Remove support for v11. Taken from: https://github.com/EnterpriseDB/mysql_fdw/releases/tag/REL-2_9_2 Sponsored by: P. Variablis --- databases/postgresql-mysql_fdw/Makefile | 2 +- databases/postgresql-mysql_fdw/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'databases/postgresql-mysql_fdw') diff --git a/databases/postgresql-mysql_fdw/Makefile b/databases/postgresql-mysql_fdw/Makefile index 24d3b820d10b..15a989e99e8b 100644 --- a/databases/postgresql-mysql_fdw/Makefile +++ b/databases/postgresql-mysql_fdw/Makefile @@ -1,6 +1,6 @@ PORTNAME= mysql_fdw DISTVERSIONPREFIX= REL- -DISTVERSION= 2_9_1 +DISTVERSION= 2_9_2 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- diff --git a/databases/postgresql-mysql_fdw/distinfo b/databases/postgresql-mysql_fdw/distinfo index 747b9011e9e6..91cdcbe338f1 100644 --- a/databases/postgresql-mysql_fdw/distinfo +++ b/databases/postgresql-mysql_fdw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716274568 -SHA256 (EnterpriseDB-mysql_fdw-REL-2_9_1_GH0.tar.gz) = 26e8dc2012de6151450fbf2a5cd591a3d5b8a52b1e3ec0600b14a4a6b4a06b54 -SIZE (EnterpriseDB-mysql_fdw-REL-2_9_1_GH0.tar.gz) = 168896 +TIMESTAMP = 1729450900 +SHA256 (EnterpriseDB-mysql_fdw-REL-2_9_2_GH0.tar.gz) = dae56fc82801d68d97e7cecf48dfade9c6ba7cadc3439227c2cf28bcb142e820 +SIZE (EnterpriseDB-mysql_fdw-REL-2_9_2_GH0.tar.gz) = 172937 -- cgit v1.2.3