fix: schema cache dump missing RPC transaction isolation level#5083
Merged
Conversation
mkleczek
suggested changes
Jul 8, 2026
taimoorzaeem
force-pushed
the
fix/dump-tx-iso-lvl
branch
2 times, most recently
from
July 13, 2026 14:34
b38174f to
528c8a6
Compare
taimoorzaeem
marked this pull request as draft
July 14, 2026 07:24
taimoorzaeem
force-pushed
the
fix/dump-tx-iso-lvl
branch
from
July 14, 2026 16:13
528c8a6 to
250ceb7
Compare
taimoorzaeem
marked this pull request as ready for review
July 14, 2026 16:13
Fixes PostgREST#5079. Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
taimoorzaeem
force-pushed
the
fix/dump-tx-iso-lvl
branch
from
July 14, 2026 17:25
250ceb7 to
9ad969e
Compare
steve-chavez
approved these changes
Jul 14, 2026
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin v14
git worktree add -d .worktree/backport-5083-to-v14 origin/v14
cd .worktree/backport-5083-to-v14
git switch --create backport-5083-to-v14
git cherry-pick -x 51e9fd6efd21ee9cbaa241a48b9fe24b377dde3e |
Member
|
This one is not a critical fix, I think we shouldn't backport. |
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.
Fixes #5079.