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 20080803051245.2D2D7755314@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 ...

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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix copy-and-pasteo that's causing pg_regress to lie about which
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tighten up the sanity checks in TypeCreate(): pass-by-value types