Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test case with ORCA query optimizer enabled
Adds test configuration for running regression tests with ORCA enabled: - test: ic-good-opt-on - make_configs: src/test/regress:installcheck-good - pg_settings.optimizer: "on" The ORCA query optimizer provides cost-based query optimization and offers additional query optimization capabilities. This configuration allows regression testing with ORCA enabled to verify optimizer functionality.
- Loading branch information