Experiment with using EXPLAIN COSTS OFF in regression tests.
Tom Lane <tgl@sss.pgh.pa.us>
Experiment with using EXPLAIN COSTS OFF in regression tests. This is a simple test to see whether COSTS OFF will help much with getting EXPLAIN output that's sufficiently platform-independent for use in the regression tests. The planner does have some freedom of choice in these examples (plain via bitmap indexscan), so I'm not sure what will happen.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/create_index.out | modified | +80 −3 |
| src/test/regress/sql/create_index.sql | modified | +18 −3 |