postgresqlPackages: fix update scripts with PG versioning scheme#422133
Merged
wolfgangwalther merged 7 commits intoNixOS:masterfrom Aug 8, 2025
Merged
postgresqlPackages: fix update scripts with PG versioning scheme#422133wolfgangwalther merged 7 commits intoNixOS:masterfrom
wolfgangwalther merged 7 commits intoNixOS:masterfrom
Conversation
8a88129 to
5105fd4
Compare
Contributor
Author
|
@philiptaron you didn't like this in #359659 (comment), I guess you like it here better. |
philiptaron
reviewed
Jul 3, 2025
Contributor
philiptaron
left a comment
There was a problem hiding this comment.
I do like it better.
13 tasks
05d9312 to
adaab0a
Compare
13 tasks
Contributor
Author
|
wolfgangwalther
commented
Aug 8, 2025
| lib.strings.removePrefix "wal2json_" finalAttrs.src.rev | ||
| )}"; | ||
| version = "2.6"; | ||
|
|
Contributor
Author
There was a problem hiding this comment.
Note, because I was confused myself: This causes a rebuild for wal2json, because finalAttrs.src.rev was not correct anymore after the change to src.tag. Thus the version was not set correctly, but now it is, again.
Contributor
|
Successfully created backport PR for |
Merged
1 task
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.
PostgreSQL itself and some of its extensions use a
REL_X_Y_Zversioning scheme, or similar - delimiting by_instead of..This fixes the update scripts for those packages. Depends on:
Things done
Add a 👍 reaction to pull requests you find important.