Experiment with using EXPLAIN COSTS OFF in regression tests.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8835d63b273486375b53d2b7686c55d88cbf456e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-07-27T00:26:03Z
Releases: 9.0.0
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