Bug 279190 - databases/pguri: Update for pgsql16 or limit to < 16
Summary: databases/pguri: Update for pgsql16 or limit to < 16
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:53 UTC by Kevin Bowling
Modified: 2024-06-13 16:54 UTC (History)
1 user (show)

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


Attachments

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:53:15 UTC
The extension does not build with pgsql 16 and looks like development has stalled.

Can you patch it to be compatible when built with pgsql 16, or limit it to <16?
Comment 2 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2024-05-23 21:28:27 UTC
Great to see you are working on new PG 16 default Kevin! :)

While the development of the extension has stalled, its usage is still very active. There are some suggested patches around. I will check and test them :)

Do you have any timeline for the PG 16 update?
Comment 3 Kevin Bowling freebsd_committer freebsd_triage 2024-05-25 05:26:28 UTC
(In reply to Torsten Zuehlsdorff from comment #2)
There is no specific timeline but it will probably take a month to wrangle the dependent bugs linked.
Comment 4 Kevin Bowling freebsd_committer freebsd_triage 2024-06-05 18:05:15 UTC
(In reply to Kevin Bowling from comment #3)
Once this bug is addressed I will request the exp-run be rerun and then propose a merge date.
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-06-13 16:47:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=68436150c0bbed44dec6393a310a9695cb869b89

commit 68436150c0bbed44dec6393a310a9695cb869b89
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2024-06-13 16:42:21 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2024-06-13 16:46:03 +0000

    databases/pguri: Unbreak for PostgreSQL 16

      The changes for the patch were taken from here:
      https://github.com/petere/pguri/issues/16#issuecomment-1816077925

    PR:             279190

 databases/pguri/Makefile                |  2 +-
 databases/pguri/files/patch-uri.c (new) | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 1 deletion(-)
Comment 6 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2024-06-13 16:54:55 UTC
I just added a patch :)

Thank you Kevin!