diff options
Diffstat (limited to 'src/include/pgstat.h')
-rw-r--r-- | src/include/pgstat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h index 9d2e1fe19f4..f2daf32e1ab 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -1256,7 +1256,7 @@ pgstat_report_wait_end(void) #define pgstat_count_buffer_write_time(n) \ (pgStatBlockWriteTime += (n)) -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_count_truncate(Relation rel); |