feat: add orioledb debug symbols - #2379
Open
za-arthur wants to merge 1 commit into
Open
Conversation
PostgreSQL Extension Dependency Analysis: PR #2379
SummaryNo extensions had dependencies with MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Extension DependenciesPostgreSQL 17 Extension DependenciesOrioleDB 17 Extension Dependencies |
mmlb
reviewed
Aug 19, 2026
PostgreSQL Package Dependency Analysis: PR #2379
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 |
za-arthur
force-pushed
the
artur/orioledb_debug_symbols
branch
from
August 19, 2026 15:26
2b9f4b2 to
f9bdb74
Compare
samrose
approved these changes
Aug 19, 2026
samrose
self-requested a review
August 19, 2026 15:48
samrose
approved these changes
Aug 19, 2026
mmlb
requested changes
Aug 19, 2026
mmlb
left a comment
Collaborator
There was a problem hiding this comment.
The current state is ok but imo less code is better so we don't have to trace back and forth things being defined in different files.
Add separateDebugInfo to nix/ext/orioledb.nix so orioledb.so's debug symbols are preserved in a separate output instead of being stripped, and expose it as an opt-in psql_orioledb-17_debug package (Linux-only, mirroring the postgresql_*_debug convention). Also add it under legacyPackages so it gets picked up by the CI cache-push matrix and built into the nix binary cache.
za-arthur
force-pushed
the
artur/orioledb_debug_symbols
branch
from
August 19, 2026 16:57
c7e284d to
a28858b
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.
What kind of change does this PR introduce?
Add separateDebugInfo to
nix/ext/orioledb.nixsoorioledb.so's debug symbols are preserved in a separate output instead of being stripped, and expose it as an opt-inpsql_orioledb-17_debugpackage (Linux-only, mirroring thepostgresql_*_debugconvention). Also add it underlegacyPackagesso it gets picked up by the CI cache-push matrix and built into the nix binary cache.What is the current behavior?
There are no orioledb debug symbols
What is the new behavior?
orioledb debug symbols are available as an opt-in package
Additional context
https://linear.app/supabase/issue/ORI-146/add-support-for-orioledb-debug-symbols