mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -1,6 +1,6 @@
|
||||
PORTNAME= mysql_fdw
|
||||
DISTVERSIONPREFIX= REL-
|
||||
DISTVERSION= 2_9_1
|
||||
DISTVERSION= 2_9_2
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user