pgsql: Adjust pg_regress to print out the exact string given to system()

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust pg_regress to print out the exact string given to system()
Date: 2006-07-19 16:23:17
Message-ID: 20060719162317.2AE819FA4AE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Adjust pg_regress to print out the exact string given to system() when
'make install' or 'initdb' fails. Also minor simplification of fgets()
usage --- fgets guarantees a trailing null anyway.

Modified Files:
--------------
pgsql/src/test/regress:
pg_regress.c (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2006-07-19 16:29:43 pgfouine - pgfouine: New Directory
Previous Message James William Pye 2006-07-19 16:09:58 python - fe: Bump version to 0.3 add pb_python command.