Conversation
PostgreSQL Extension Dependency Analysis: PR #2424
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 #2424
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 |
This comment has been minimized.
This comment has been minimized.
brainrake
force-pushed
the
martonboros/mpg-12-site-env-update
branch
from
September 8, 2026 01:13
48bf50f to
01c4e39
Compare
brainrake
force-pushed
the
martonboros/mpg-12-site-env-update
branch
from
September 8, 2026 09:27
e610160 to
f5befb5
Compare
This comment has been minimized.
This comment has been minimized.
brainrake
force-pushed
the
martonboros/mpg-12-site-env-update
branch
from
September 8, 2026 17:22
716aa2f to
b77c152
Compare
2 tasks
brainrake
force-pushed
the
martonboros/mpg-12-site-env-update
branch
4 times, most recently
from
September 8, 2026 22:51
31b661f to
99ac48b
Compare
brainrake
force-pushed
the
martonboros/mpg-12-site-env-update
branch
2 times, most recently
from
September 9, 2026 00:52
0b4401c to
730068b
Compare
brainrake
force-pushed
the
martonboros/mpg-12-site-env-update
branch
from
September 9, 2026 16:06
2944b3b to
eee3f28
Compare
brainrake
marked this pull request as ready for review
September 12, 2026 10:58
brainrake
marked this pull request as draft
September 18, 2026 01:50
brainrake
marked this pull request as ready for review
September 18, 2026 06:07
brainrake
marked this pull request as draft
September 20, 2026 13:36
- update-profile <profile> <path>: flips /nix/var/nix/profiles/<profile> to <path> via nix-env --set. - update-site <sha>: reads the active variant from the site profile's marker file, fetches its catalog entry, calls update-profile. - Site variants (15/17/orioledb-17) install into /nix/var/nix/profiles/site, each self-describing via an embedded marker file. - dynamic_library_path now points at the site profile; VM test confirms postgres loads supautils from it. - Publish site-env-<version>/update-site catalogs in ami-release-nix.yml; AMI bakes site + update-site. MPG-12 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
brainrake
force-pushed
the
martonboros/mpg-12-site-env-update
branch
from
September 21, 2026 03:02
d974c98 to
774feca
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.
update-profile <profile> <path>: flips/nix/var/nix/profiles/<profile>to<path>vianix-env --set.update-site <sha>: reads the active variant from thesiteprofile's marker file, fetches its catalog entry, callsupdate-profile./nix/var/nix/profiles/sitedynamic_library_pathnow points at the site profile; VM test confirms postgres loads supautils from it.site-env-<version>/update-sitecatalogs inami-release-nix.yml; AMI bakessite+update-site.MPG-12