Skip to content

fix: schema cache dump missing RPC transaction isolation level#5083

Merged
taimoorzaeem merged 1 commit into
PostgREST:mainfrom
taimoorzaeem:fix/dump-tx-iso-lvl
Jul 14, 2026
Merged

fix: schema cache dump missing RPC transaction isolation level#5083
taimoorzaeem merged 1 commit into
PostgREST:mainfrom
taimoorzaeem:fix/dump-tx-iso-lvl

Conversation

@taimoorzaeem

Copy link
Copy Markdown
Member

Fixes #5079.

Comment thread src/PostgREST/SchemaCache/Routine.hs Outdated
Comment thread src/PostgREST/SchemaCache/Routine.hs Outdated
@taimoorzaeem
taimoorzaeem force-pushed the fix/dump-tx-iso-lvl branch 2 times, most recently from b38174f to 528c8a6 Compare July 13, 2026 14:34
@taimoorzaeem
taimoorzaeem marked this pull request as draft July 14, 2026 07:24
@taimoorzaeem
taimoorzaeem force-pushed the fix/dump-tx-iso-lvl branch from 528c8a6 to 250ceb7 Compare July 14, 2026 16:13
@taimoorzaeem
taimoorzaeem marked this pull request as ready for review July 14, 2026 16:13
@taimoorzaeem taimoorzaeem added the schema-cache related to the schema cache label Jul 14, 2026
Fixes PostgREST#5079.

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
@taimoorzaeem
taimoorzaeem force-pushed the fix/dump-tx-iso-lvl branch from 250ceb7 to 9ad969e Compare July 14, 2026 17:25
@taimoorzaeem
taimoorzaeem merged commit 51e9fd6 into PostgREST:main Jul 14, 2026
26 of 27 checks passed
@taimoorzaeem
taimoorzaeem deleted the fix/dump-tx-iso-lvl branch July 14, 2026 18:13
@postgrest-ci

postgrest-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown

Backport failed for v14, because it was unable to cherry-pick the commit(s).

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

@steve-chavez

Copy link
Copy Markdown
Member

This one is not a critical fix, I think we shouldn't backport.

@taimoorzaeem taimoorzaeem added no-backport Considered unsafe to backport since it carries a risk of breakage and removed backport v14 labels Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-backport Considered unsafe to backport since it carries a risk of breakage schema-cache related to the schema cache

Development

Successfully merging this pull request may close these issues.

Schema cache dump missing pdIsoLvl Routine field

4 participants