pgsql: Suppress unused-variable compiler warning, per Andrew Dunstan. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Suppress unused-variable compiler warning, per Andrew Dunstan.
Date
Msg-id 20060720021517.EA5FC9FA5CD@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Suppress unused-variable compiler warning, per Andrew Dunstan.

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.c (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.7&r2=1.8)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pg_regress.c to report tests in a parallel group when they
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Print out diff status code when we think there's a hard failure.