pgsql: Print out diff status code when we think there's a hard failure.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Print out diff status code when we think there's a hard failure.
Date: 2006-07-20 03:30:58
Message-ID: 20060720033058.426169FA65C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Print out diff status code when we think there's a hard failure.
May help in debugging behavior on Windows.

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2006-07-20 09:16:59 pgfouine - pgfouine: more work on vacuum verbose output analysis
Previous Message Tom Lane 2006-07-20 02:15:17 pgsql: Suppress unused-variable compiler warning, per Andrew Dunstan.