mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04: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:
parent
c88a65a9a7
commit
6be377d101
2 changed files with 4 additions and 4 deletions
|
@ -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/.//}-
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue