Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve portability of tests with compute_query_id
Running installcheck on a cluster with compute_query_id disabled would cause the tests to fail because it is not possible to retrieve the query ID on the first call of get_query_id(). compute_query_id is forcibly set when enabling the hint table, which is something this test relies on, so let's just set pg_hint_plan.enable_hint_table in this case. Per offline report from the author. Author: Yogesh Sharma Backpatch-through: 17
- Loading branch information