Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve test portability of plpgsql scenario
This test expects query IDs to be computed without the hint table, checking that compute_query_id is either "on" or "auto" when running the tests. The test would fail should compute_query_id be set to off on a cluster where the regression tests are run. There are no reasons why the test should not just use compute_query_id = on now that we don't depend on pg_stat_statements anymore since 8e296b6 for the regression tests of pg_hint_plan. So let's just force it, improving the portability of the tests. Backpatch-through: 17
- Loading branch information