pgsql: Fix pg_regress breakage for PL and contrib tests, by not

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_regress breakage for PL and contrib tests, by not
Date: 2007-01-19 21:21:13
Message-ID: 20070119212113.387409FB48C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix pg_regress breakage for PL and contrib tests, by not requiring that
"input" and "output" dirs be necessarily present.

Modified Files:
--------------
pgsql/src/test/regress:
pg_regress.c (r1.26 -> r1.27)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.26&r2=1.27)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-19 21:36:07 pgsql: Add items: > o Allow multiple vacuums so large tables do not
Previous Message Andrew Dunstan 2007-01-19 18:47:50 Re: Windows buildfarm failures