Bug 279191 - databases/postgresql-mysql_fdw: Update to 2_9_1
Summary: databases/postgresql-mysql_fdw: Update to 2_9_1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Torsten Zuehlsdorff
URL:
Keywords:
Depends on:
Blocks: 278885
  Show dependency treegraph
 
Reported: 2024-05-21 06:57 UTC by Kevin Bowling
Modified: 2024-06-04 20:16 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (tz)


Attachments
databases/postgresql-mysql_fdw: Update to 2_9_1 (1.43 KB, patch)
2024-05-21 06:57 UTC, Kevin Bowling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Bowling freebsd_committer freebsd_triage 2024-05-21 06:57:34 UTC
Created attachment 250845 [details]
databases/postgresql-mysql_fdw: Update to 2_9_1

Add support for pgsql 16
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-04 20:13:36 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3e3d32f62278b3d4e8feb7b38185427110c6f13d

commit 3e3d32f62278b3d4e8feb7b38185427110c6f13d
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2024-06-04 07:23:42 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2024-06-04 20:12:31 +0000

    databases/postgresql-mysql_fdw: Update from REL-2_9_0 to REL-2_9_1

      Changelog:

        * Support for PostgreSQL 16 and EDB Postgres Advanced Server 16.
        * Added a few more default entries in mysql_fdw_pushdown.config file.
        * Fixes incorrect quoting in generating EXPLAIN query.
        * Remove support for v10.

    PR:             279191
    Reported by:    kbowling

 databases/postgresql-mysql_fdw/Makefile | 2 +-
 databases/postgresql-mysql_fdw/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2024-06-04 20:16:07 UTC
Tested and committed!

Thank you Kevin :)