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

Commit5a91ea7

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 parent7c8de5d commit5a91ea7

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
@@ -225,8 +225,6 @@ ExecRefreshMatView(RefreshMatViewStmt *stmt, const char *queryString,
225225
finish_heap_swap(matviewOid,OIDNewHeap, false, false, true, true,
226226
RecentXmin,ReadNextMultiXactId());
227227

228-
RelationCacheInvalidateEntry(matviewOid);
229-
230228
/* Roll back any GUC changes */
231229
AtEOXact_GUC(false,save_nestlevel);
232230

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp