Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96e61b2

Browse files
committed
Fix catcache invalidation of a list entry that's being built
If a new catalog tuple is inserted that belongs to a catcache listentry, and cache invalidation happens while the list entry is beingbuilt, the list entry might miss the newly inserted tuple.To fix, change the way we detect concurrent invalidations while acatcache entry is being built. Keep a stack of entries that are beingbuilt, and apply cache invalidation to those entries in addition tothe real catcache entries. This is similar to the in-progress list inrelcache.c.Back-patch to all supported versions.Reviewed-by: Noah MischDiscussion:https://www.postgresql.org/message-id/2234dc98-06fe-42ed-b5db-ac17384dc880@iki.fi
1 parente027ee9 commit96e61b2

File tree

6 files changed

+259
-87
lines changed

6 files changed

+259
-87
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp