You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable ANALYZE and VACUUM in the grammar as beta features. However, make them no-ops in certain cases. For ANALYZE, Yugabyte relations (e.g. non-temporary tables) should do nothing. For VACUUM, nothing should be done in either case.
Summary:
Enable the `ANALYZE` and `VACUUM` statements as beta features in
`gram.y`. Disable `ANALYZE` for Yugabyte relations, and disable
`VACUUM` when Yugabyte is enabled.
Test Plan:
* Jenkins
* `TestPgMisc` java test
* `yb_pg_plpgsql` regress test of `TestPgRegressBetaFeatures` java test
Reviewers: neha, mihnea
Reviewed By: mihnea
Subscribers: yql
Differential Revision: https://phabricator.dev.yugabyte.com/D7160
Enable
ANALYZE
andVACUUM
in the grammar as beta features. However, make them no-ops in certain cases. ForANALYZE
, Yugabyte relations (e.g. non-temporary tables) should do nothing. ForVACUUM
, nothing should be done in either case.This is a small step for issue #1420.
The text was updated successfully, but these errors were encountered: