diff options
| author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2025-10-06 09:53:25 +0200 |
|---|---|---|
| committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2025-10-06 09:53:25 +0200 |
| commit | 47d11ad74f91a599e9c0cb0c3d0b323bdd1de020 (patch) | |
| tree | e9ec0b89ba753d17a919d4b223d00b80ac754fee /databases/postgresql-mysql_fdw/Makefile | |
| parent | misc/py-litellm-proxy-extras: update to 0.2.25 (diff) | |
databases/postgresql-mysql_fdw: Update from 2_9_2 to 2_9_3
Changelog:
* Added support for PostgreSQL 18, upcoming Postgres Extended 18,
and upcoming EDB Postgres Advanced Server 18.
* Improved the handling of "NULL" values when executing parameterized
queries or execution-timed parameters to prevent unpredictable behavior due
to dangling pointers.
* Changed behavior where internal parameters were pushed to the remote
server, which could cause the server to crash. Internal parameters are no
longer pushed to the remote server.
* Remove support for PostgreSQL 12, Postgres Extended 12, and EDB Postgres
Advanced Server 12.
Taken from: https://github.com/EnterpriseDB/mysql_fdw/releases/tag/REL-2_9_3
Please note, that PostgreSQL 13+ is no required.
Diffstat (limited to 'databases/postgresql-mysql_fdw/Makefile')
| -rw-r--r-- | databases/postgresql-mysql_fdw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-mysql_fdw/Makefile b/databases/postgresql-mysql_fdw/Makefile index 15a989e99e8b..b46c01d9cef0 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_2 +DISTVERSION= 2_9_3 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- @@ -11,7 +11,7 @@ WWW= https://github.com/EnterpriseDB/mysql_fdw LICENSE= PostgreSQL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake mysql pgsql:11+ +USES= gmake mysql pgsql:13+ WANT_PGSQL= server USE_GITHUB= yes GH_ACCOUNT= EnterpriseDB |
