diff options
Diffstat (limited to 'src/include/commands/vacuum.h')
-rw-r--r-- | src/include/commands/vacuum.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index f38e1148f97..5d816ba7f4e 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -287,8 +287,9 @@ extern void vac_update_relstats(Relation relation, bool *minmulti_updated, bool in_outer_xact); extern bool vacuum_set_xid_limits(Relation rel, - int freeze_min_age, int freeze_table_age, + int freeze_min_age, int multixact_freeze_min_age, + int freeze_table_age, int multixact_freeze_table_age, TransactionId *oldestXmin, MultiXactId *oldestMxact, |