docs: fix stale docs (dead wiki links, nix structure, migration-test and build examples)#2286
Open
brainrake wants to merge 4 commits into
Open
docs: fix stale docs (dead wiki links, nix structure, migration-test and build examples)#2286brainrake wants to merge 4 commits into
brainrake wants to merge 4 commits into
Conversation
The repo wiki is disabled, so all wiki links redirected back to the repo homepage. Point installation and documentation references at the in-repo nix docs instead, and drop the AWS badge which has no in-repo equivalent. Fixes #1501 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ture doc The extension registry (ourExtensions) lives in nix/packages/postgres.nix; nix/ext/default.nix no longer exists. Applies the diff suggested in the issue. Fixes #1957 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The arbitrary-version example never printed a store path (nix build needs --print-out-paths), referenced the old nix-postgres repo name, and used psql_14.bin — PG 14 is no longer built and the attribute is now psql_15/bin. Fixes #1096 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This repo builds 15, 17 and orioledb-17; the example pointed at psql_16 (and its sample output at 14.8). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
PostgreSQL Extension Dependency Analysis: PR #2286
SummaryNo extensions had dependencies with MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Extension DependenciesPostgreSQL 17 Extension DependenciesOrioleDB 17 Extension DependenciesExtension: pg_cron
Raw Dependency TreeExtension: wrappers
Raw Dependency Tree |
mmlb
approved these changes
Jul 17, 2026
mmlb
left a comment
Collaborator
There was a problem hiding this comment.
Just a small nit, will approve and leave to you to address or not.
| ``` | ||
| $ readlink result | ||
| /nix/store/p7ziflx0000s28bfb213jsghrczknkc4-postgresql-and-plugins-14.8 | ||
| /nix/store/p7ziflx0000s28bfb213jsghrczknkc4-postgresql-and-plugins-17.6 |
Collaborator
There was a problem hiding this comment.
Not sure how much it really matters but I don't think the nix store path changes only in the version number at the end here. Can you update with correct hash?
PostgreSQL Package Dependency Analysis: PR #2286
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 |
|
Found 1 test failure on Blacksmith runners: Failure
|
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.
What kind of change does this PR introduce?
Docs fixes closing three stale issues, plus one drive-by fix.
What is the current behavior?
nix/ext/default.nix, which no longer exists — the extension registry (ourExtensions) lives in nix/packages/postgres.nix (Update Nix Directory Structure doc #1957).nix buildprints no store path without--print-out-paths, and it references the oldnix-postgresrepo name and the no-longer-builtpsql_14.binattribute (Update migration tests docs #1096).psql_16, which this repo doesn't build (15/17/orioledb-17 only).What is the new behavior?
postgres.nixundernix/packages/and drops the phantomnix/ext/default.nixentry (applies the diff suggested in Update Nix Directory Structure doc #1957)nix build --print-out-paths --no-link, the current repo name, andpsql_15/binpsql_17Fixes #1501
Fixes #1957
Fixes #1096
🤖 Generated with Claude Code