add materialized view feature to opengauss

This commit is contained in:
sqyyeah
2020-08-17 11:48:18 +08:00
parent 3eade03f9c
commit d5337ceca7
120 changed files with 3796 additions and 823 deletions

View File

@ -1683,7 +1683,7 @@ static inline void pgstat_reset_waitStatePhase(WaitState waitstatus, WaitStatePh
(rel)->pgstat_info->t_counts.t_cu_hdd_asyn += (n); \
} while (0)
extern void pgstat_count_heap_insert(Relation rel, int n);
extern void pgstat_count_heap_insert(Relation rel, PgStat_Counter n);
extern void pgstat_count_heap_update(Relation rel, bool hot);
extern void pgstat_count_heap_delete(Relation rel);
extern void pgstat_update_heap_dead_tuples(Relation rel, int delta);