pgsql: Minor tweak to make rowtypes regression test run faster.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor tweak to make rowtypes regression test run faster.
Date: 2007-02-09 20:17:59
Message-ID: 20070209201759.6E0699FB1F5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Minor tweak to make rowtypes regression test run faster. We don't
currently have any better strategy for this query than re-running the
sub-select over and over; it seems unlikely that doing so 10000 times
is a more useful test than doing it a few dozen times.

Modified Files:
--------------
pgsql/src/test/regress/sql:
rowtypes.sql (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/rowtypes.sql.diff?r1=1.5&r2=1.6)
pgsql/src/test/regress/expected:
rowtypes.out (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/rowtypes.out.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-02-09 20:40:13 pgsql: Unbreak the SGML doc build: ":=" is needed to assign to variables
Previous Message Peter Eisentraut 2007-02-09 17:24:33 pgsql: Remove useless CPPFLAGS.