Update postgres to 18.4#251
Open
gominimal-pkgmgr-mgr[bot] wants to merge 2 commits into
Open
Conversation
…ild) The auto-bump mirrored GitHub's source archive (extracts to postgres-REL_18_4/), but build.sh expects the official postgresql.org layout (postgresql-18.4/), so the build failed at the cd into postgresql-18.4. Replaced gs://minimal-staging-archives/postgresql-18.4.tar.gz with the official ftp.postgresql.org tarball (sha256 450aa8f2..., verified against postgresql.org's published checksum) and updated build.ncl to match. pkgmgr won't re-introduce this: postgres is now in the canonical_upstream_url table (gominimal/pkgmgr-rs#311) so future bumps fetch from postgresql.org. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update postgres
18.0→18.4Source:
github:postgres/postgres:tagRelease: https://github.com/postgres/postgres/releases/tag/REL_18_4
Changelog: postgres/postgres@18.0...REL_18_4
Released: 35 days ago (2026-05-11)
Components changed
CycloneDX component delta (declared materials — the package's own version, not a dependency-tree diff)
postgres18.018.4postgres-upstream18.018.4Changes
18.018.430e97fc1f1594a72...9b4f86dd2ac00b91...gs://minimal-staging-archives/postgresql-18.0.tar.gzgs://minimal-staging-archives/postgresql-18.4.tar.gzQuality suggestions
testsblock. This package has no standalone tests, so the buildbot will only verify compilation — not functional correctness. Consider adding a minimal smoke test (e.g., a--versionor small round-trip invocation) as part of this PR so future bumps catch regressions. Seepackages/python/build.nclfor a simple example.Created by pkgmgr