◐ Shell
clean mode source ↗

[Postgres][v13] Skip errors around VACUUM FULL not supporting PARALLEL by robins · Pull Request #1053 · sqlancer/sqlancer

Once PR #1040 gets accepted, we'd need to skip the corner case where VACUUM FULL cannot accept PARALLEL.

This is similar to the existing rule where DISABLE_PAGE_SKIPPING is not allowed during VACUUM FULL [1]

Note: This is working towards support for Postgres v13 ( #912 ).

Reference:

  1. https://github.com/sqlancer/sqlancer/blob/main/src/sqlancer/postgres/gen/PostgresVacuumGenerator.java#L62