This was added as part of the attempt to support unlogged matviews
along with a populated status. It got missed when unlogged
support was removed pre-commit.
Noticed by Noah Misch. Back-patched to 9.3 branch.
finish_heap_swap(matviewOid, OIDNewHeap, false, false, true, true,
RecentXmin, ReadNextMultiXactId());
- RelationCacheInvalidateEntry(matviewOid);
-
/* Roll back any GUC changes */
AtEOXact_GUC(false, save_nestlevel);