]> granicus.if.org Git - postgresql/blobdiff - src/include/nodes/parsenodes.h
Separate multixact freezing parameters from xid's
[postgresql] / src / include / nodes / parsenodes.h
index ad58b3949b60848c2e3911770e576d5ba5eeddcf..f649ad4aa07227b7f4c6b16e99b12f8ba7f80f20 100644 (file)
@@ -2533,6 +2533,10 @@ typedef struct VacuumStmt
        int                     options;                /* OR of VacuumOption flags */
        int                     freeze_min_age; /* min freeze age, or -1 to use default */
        int                     freeze_table_age;               /* age at which to scan whole table */
+       int                     multixact_freeze_min_age;               /* min multixact freeze age,
+                                                                                                * or -1 to use default */
+       int                     multixact_freeze_table_age;             /* multixact age at which to
+                                                                                                * scan whole table */
        RangeVar   *relation;           /* single table to process, or NULL */
        List       *va_cols;            /* list of column names, or NIL for all */
 } VacuumStmt;