1 Commits

Author SHA1 Message Date
Nikhil
32bc42adfb Add test to check PARALLEL VACUUM functionality with PG13
PG13 has introduced the parallel vacuum functionality in which if the
table has two or more indexes (with sizes beyond 512KB and enough number
of parallel worker processes), then the vacuum on those indexes can be
done in parallel.
2021-02-16 16:31:40 +05:30