Re: Resume vacuum and autovacuum from interruption and cancellation - Mailing list pgsql-hackers

From btkimurayuzk
Subject Re: Resume vacuum and autovacuum from interruption and cancellation
Date
Msg-id f41cd5e0a8c4e50033193c689fdc4e35@oss.nttdata.com
Whole thread Raw
In response to Re: Resume vacuum and autovacuum from interruption and cancellation  (Masahiko Sawada <masahiko.sawada@2ndquadrant.com>)
List pgsql-hackers
+    VACOPT_RESUME = 1 << 8        /* resume from the previous point */

I think this unused ENUM value is not needed.

Regards,

Yu Kimura




pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: Add SQL function to show total block numbers in the relation
Next
From: Peter Eisentraut
Date:
Subject: Re: alternative to PG_CATCH