Adjust pg_regress to print out the exact string given to system() when
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jul 2006 16:23:17 +0000 (16:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jul 2006 16:23:17 +0000 (16:23 +0000)
commit5b8b137b1635481cb5168e615260147b3878513f
treeb0ba471bf1ee804d5633c4861c2d479d5d797762
parent9d9a65bfa714055770210ee13af566b3d8b80e49
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.
src/test/regress/pg_regress.c