diff options
Diffstat (limited to 'src/backend/commands/matview.c')
-rw-r--r-- | src/backend/commands/matview.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/matview.c b/src/backend/commands/matview.c index 6a0643828a4..e20fedaeaf7 100644 --- a/src/backend/commands/matview.c +++ b/src/backend/commands/matview.c @@ -198,8 +198,8 @@ ExecRefreshMatView(RefreshMatViewStmt *stmt, const char *queryString, * Swap the physical files of the target and transient tables, then * rebuild the target's indexes and throw away the transient table. */ - finish_heap_swap(matviewOid, OIDNewHeap, false, false, true, RecentXmin, - ReadNextMultiXactId()); + finish_heap_swap(matviewOid, OIDNewHeap, false, false, true, true, + RecentXmin, ReadNextMultiXactId()); RelationCacheInvalidateEntry(matviewOid); } |