chore: upgrade orioledb to beta17 - #2419
Draft
za-arthur wants to merge 1 commit into
Draft
Conversation
This comment has been minimized.
This comment has been minimized.
Collaborator
|
Moving to draft because |
mmlb
marked this pull request as draft
September 7, 2026 14:04
za-arthur
force-pushed
the
artur/orioledb_beta17
branch
from
September 7, 2026 15:27
b1bdc28 to
abacac2
Compare
PostgreSQL Extension Dependency Analysis: PR #2419
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 |
PostgreSQL Package Dependency Analysis: PR #2419
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_beta17
branch
from
September 8, 2026 09:32
abacac2 to
cb68f79
Compare
za-arthur
force-pushed
the
artur/orioledb_beta17
branch
from
September 8, 2026 14:20
cb68f79 to
c3e561c
Compare
za-arthur
force-pushed
the
artur/orioledb_beta17
branch
from
September 8, 2026 14:42
c3e561c to
4fd0434
Compare
This comment has been minimized.
This comment has been minimized.
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?
beta17output_plugin_libraries = 'wal2json'for orioledb projects - orioledb is based on Postgres 17.11 which addedoutput_plugin_librariesas an allow-list for logical decoding output pluginsorioledb.enable_rewindoptions and relevant tests - orioledb beta17 made it impossible to enable rewind on productionWhat is the current behavior?
Currently AMI has orioledb beta16.
What is the new behavior?
AMIs will have orioledb beta17.
Additional context
https://linear.app/supabase/issue/ORI-315/release-ami-with-orioledb-beta17