pgsql: Experiment with using EXPLAIN COSTS OFF in regression tests. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Experiment with using EXPLAIN COSTS OFF in regression tests.
Date
Msg-id 20090727002603.AB11775331E@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Extend EXPLAIN to allow generic options to be specified.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pg_stat_statements for EXEC_BACKEND case.