pgsql: Fix pg_regress to check the directory it is actually reading

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_regress to check the directory it is actually reading
Date: 2007-11-27 19:13:30
Message-ID: 20071127191330.84BF17540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix pg_regress to check the directory it is actually reading files from,
not the image that (theoretically) should exist in the current directory.

Jrgen Austvik

Modified Files:
--------------
pgsql/src/test/regress:
pg_regress.c (r1.38 -> r1.39)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.38&r2=1.39)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-11-27 19:58:44 pgsql: Fix plpgsql to not lookup block labels except in contexts where a
Previous Message Tom Lane 2007-11-27 18:29:11 pgsql: Add quote_literal(anyelement) to preserve (and, in fact, extend)