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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix copy-and-pasteo that's causing pg_regress to lie about which
Date
Msg-id 20080803051239.16AB1755314@cvs.postgresql.org
Whole thread Raw
List 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 ...

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.c (r1.45 -> r1.46)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.45&r2=1.46)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Rearrange the querytree representation of ORDER BY/GROUP
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix copy-and-pasteo that's causing pg_regress to lie about which