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
This commit is contained in:
Torsten Zuehlsdorff 2024-10-20 22:02:28 +02:00
parent c88a65a9a7
commit 6be377d101
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= mysql_fdw PORTNAME= mysql_fdw
DISTVERSIONPREFIX= REL- DISTVERSIONPREFIX= REL-
DISTVERSION= 2_9_1 DISTVERSION= 2_9_2
CATEGORIES= databases CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1716274568 TIMESTAMP = 1729450900
SHA256 (EnterpriseDB-mysql_fdw-REL-2_9_1_GH0.tar.gz) = 26e8dc2012de6151450fbf2a5cd591a3d5b8a52b1e3ec0600b14a4a6b4a06b54 SHA256 (EnterpriseDB-mysql_fdw-REL-2_9_2_GH0.tar.gz) = dae56fc82801d68d97e7cecf48dfade9c6ba7cadc3439227c2cf28bcb142e820
SIZE (EnterpriseDB-mysql_fdw-REL-2_9_1_GH0.tar.gz) = 168896 SIZE (EnterpriseDB-mysql_fdw-REL-2_9_2_GH0.tar.gz) = 172937