change locale provider to builtin as default - #2423
Open
utkarash2991 wants to merge 3 commits into
Open
Conversation
mmlb
reviewed
Sep 7, 2026
mmlb
reviewed
Sep 7, 2026
mmlb
left a comment
Collaborator
There was a problem hiding this comment.
whoops forgot some other bits
This comment has been minimized.
This comment has been minimized.
mmlb
force-pushed
the
utkarashsingh/pg17-builtin-locale-provider-draft
branch
from
September 8, 2026 15:07
f541e0c to
2509157
Compare
PostgreSQL Extension Dependency Analysis: PR #2423
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 #2423
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 |
mmlb
changed the base branch from
develop
to
utkarashsingh/psql-1277-merge-serialization-isolation
September 8, 2026 15:26
Collaborator
|
Looks like OrioleDB should be using builtin too, should see about getting orioledb/orioledb#1117 merged. |
These are used throughout the playbook but set multiple times, set it once like we set platform and use it like a bool.
mmlb
force-pushed
the
utkarashsingh/pg17-builtin-locale-provider-draft
branch
from
September 8, 2026 18:52
2509157 to
0f1e643
Compare
Want to treat 15 and 17+ (orioledb included) differently and instead of duplicating all of task lets extract just the individual bit (the initdb args) and use one task for the run itself so there's less repitition and less chance for mistakes.
We want to use upstreams recommendation and use builtin for the locale provider. This is not available in PG15 so leave it as-is.
mmlb
force-pushed
the
utkarashsingh/pg17-builtin-locale-provider-draft
branch
from
September 9, 2026 00:16
0f1e643 to
ac7d69e
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.
Switch to builtin locale provider and C.UTF-8 locale as the default for PG17+, PG15 and OrioleDB stay at current provider/locale (PG15 because builtin is not available, OrioleDB is incompatible for now).