pgsql: Experiment with using EXPLAIN COSTS OFF in regression tests.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Experiment with using EXPLAIN COSTS OFF in regression tests.
Date: 2009-07-27 00:26:03
Message-ID: 20090727002603.AB11775331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/test/regress/expected:
create_index.out (r1.29 -> r1.30)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/create_index.out?r1=1.29&r2=1.30)
pgsql/src/test/regress/sql:
create_index.sql (r1.25 -> r1.26)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/create_index.sql?r1=1.25&r2=1.26)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-07-27 03:34:40 pgsql: Fix pg_stat_statements for EXEC_BACKEND case.
Previous Message Tom Lane 2009-07-26 23:34:18 pgsql: Extend EXPLAIN to allow generic options to be specified.