pgsql: Fix copy-and-pasteo that's causing pg_regress to lie about which

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix copy-and-pasteo that's causing pg_regress to lie about which
Date: 2008-08-03 05:12:45
Message-ID: 20080803051245.2D2D7755314@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix copy-and-pasteo that's causing pg_regress to lie about which file it can't
read when the --temp-config argument is bad. Noted while wondering why
buildfarm member dungbeetle is failing ... this isn't why, but it is why
the error report isn't very helpful ...

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/test/regress:
pg_regress.c (r1.41.2.2 -> r1.41.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.41.2.2&r2=1.41.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-08-03 15:23:58 pgsql: Tighten up the sanity checks in TypeCreate(): pass-by-value types
Previous Message Tom Lane 2008-08-03 05:12:39 pgsql: Fix copy-and-pasteo that's causing pg_regress to lie about which