chore: bump multigres to b713432 - #2323
Merged
Merged
Conversation
cuongdo
force-pushed
the
chore/bump-multigres-b713432
branch
from
July 29, 2026 19:47
ff0e644 to
d9f5492
Compare
cuongdo
marked this pull request as ready for review
July 29, 2026 19:55
PostgreSQL Extension Dependency Analysis: PR #2323
SummaryNo extensions had dependencies with MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Extension DependenciesPostgreSQL 17 Extension DependenciesOrioleDB 17 Extension Dependencies |
PostgreSQL Package Dependency Analysis: PR #2323
SummaryNo packages had MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Dependency ChangesExtracting PostgreSQL 15 dependencies...
Runtime Closure Size
Raw Dependency ClosurePostgreSQL 17 Dependency ChangesExtracting PostgreSQL 17 dependencies...
Runtime Closure Size
Raw Dependency Closure |
soedirgo
approved these changes
Jul 30, 2026
Pins the multigres flake input to b713432298450dd0095498193e86d9f9a9f2c348. Multigres now requires Go >=1.26, so pgctld's buildGoModule is pinned to go_1_26 and its vendorHash is updated accordingly. Bumps release version strings in ansible/vars.yml per the standard multigres update procedure.
soedirgo
force-pushed
the
chore/bump-multigres-b713432
branch
from
July 30, 2026 07:24
d9f5492 to
a131cea
Compare
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.
Summary
Dockerfile-multigres'sPGCTLD_REVtob713432298450dd0095498193e86d9f9a9f2c348— this is what the Docker image build actually compiles pgctld from (per chore: bump pgctld #2318)multigresflake input inflake.lockto the same rev, keepingnix build .#pgctldin sync (vendorHash unchanged since the Go deps didn't change between the two revs)postgresorioledb-17,postgres17, andpostgres15release version strings inansible/vars.ymlby 1, per the standard multigres update procedureTest plan
nix build .#pgctldsucceeds and the binary runsdocker-image-testpasses forvariant-17andvariant-orioledb-17(could not run locally — this machine isn't a trusted user for the project's S3 binary cache, so builds fall back to source and hit an unrelated dead upstream dependency)