diff options
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 9d194171a56..4ee08fead6f 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -230,6 +230,10 @@ extern int VacuumCostPageDirty; extern int VacuumCostLimit; extern int VacuumCostDelay; +extern int VacuumPageHit; +extern int VacuumPageMiss; +extern int VacuumPageDirty; + extern int VacuumCostBalance; extern bool VacuumCostActive; |