Bug 291156 - [exp-run] Mk/bsd.default-versions.mk: Update to PostgreSQL 18
Summary: [exp-run] Mk/bsd.default-versions.mk: Update to PostgreSQL 18
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: Kevin Bowling
URL:
Keywords:
Depends on: 292442 292443 292444 292445 292446 292447
Blocks:
  Show dependency treegraph
 
Reported: 2025-11-22 19:43 UTC by Kevin Bowling
Modified: 2026-03-02 03:36 UTC (History)
3 users (show)

See Also:
antoine: exp-run+


Attachments
Update PGSQL default to 18 (459 bytes, patch)
2025-11-22 19:43 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 2025-11-22 19:43:10 UTC
Created attachment 265575 [details]
Update PGSQL default to 18

Let's see what breaks and contemplate a default upgrade.
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-01-14 00:56:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37d977ab7f829b94c2a9e4f78c314cc8fa5544c8

commit 37d977ab7f829b94c2a9e4f78c314cc8fa5544c8
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2026-01-14 00:55:26 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2026-01-14 00:55:26 +0000

    databases/postgis34: IGNORE on pgsql>17

    PR:             291156

 databases/postgis34/Makefile | 4 ++++
 1 file changed, 4 insertions(+)
Comment 3 commit-hook freebsd_committer freebsd_triage 2026-01-14 00:56:31 UTC
A commit in branch main references this bug:

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

commit d96290b127d3d6d086d67cd6f9440c8c7ca183a0
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2026-01-14 00:53:59 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2026-01-14 00:53:59 +0000

    databases/postgis33: IGNORE on pgsql>17

    PR:             291156

 databases/postgis33/Makefile | 4 ++++
 1 file changed, 4 insertions(+)
Comment 4 Kevin Bowling freebsd_committer freebsd_triage 2026-02-16 16:20:04 UTC
(In reply to Antoine Brodin from comment #1)

Hi portmgr,
Can you rerun the exp-run?  There is one expected failure for pgaudit which will be committed in the same window as the default upgrade due to version dependency.
Comment 5 Antoine Brodin freebsd_committer freebsd_triage 2026-03-01 19:58:17 UTC
I confirm the remaining failure is pgaudit
Comment 6 commit-hook freebsd_committer freebsd_triage 2026-03-02 03:35:08 UTC
A commit in branch main references this bug:

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

commit b3067b15e58e432938a6e9a07809b1ecea4c4cb6
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2026-03-02 03:03:51 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2026-03-02 03:08:32 +0000

    Mk/bsd.default-versions.mk: Update to PostgreSQL 18

    See UPDATING for upgrade advice

    PR:             291156
    Approved by:    antoine (exp-run)

 Mk/bsd.default-versions.mk |  2 +-
 UPDATING                   | 53 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+), 1 deletion(-)
Comment 7 Kevin Bowling freebsd_committer freebsd_triage 2026-03-02 03:36:19 UTC
Thanks!