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

Commit28154bb

Browse files
committed
Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.
This was added as part of the attempt to support unlogged matviewsalong with a populated status. It got missed when unloggedsupport was removed pre-commit.Noticed by Noah Misch. Back-patched to 9.3 branch.
1 parentfe885c6 commit28154bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/backend/commands/matview.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,6 @@ refresh_by_heap_swap(Oid matviewOid, Oid OIDNewHeap)
764764
{
765765
finish_heap_swap(matviewOid,OIDNewHeap, false, false, true, true,
766766
RecentXmin,ReadNextMultiXactId());
767-
768-
RelationCacheInvalidateEntry(matviewOid);
769767
}
770768

771769

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp