Skip to content

[Postgres][v13] Skip errors around VACUUM FULL not supporting PARALLEL#1053

Open
robins wants to merge 1 commit intosqlancer:mainfrom
robins:v16_vacuumfull_without_parallel
Open

[Postgres][v13] Skip errors around VACUUM FULL not supporting PARALLEL#1053
robins wants to merge 1 commit intosqlancer:mainfrom
robins:v16_vacuumfull_without_parallel

Conversation

@robins
Copy link
Copy Markdown
Collaborator

@robins robins commented Jan 4, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant