pgsql: Original coding of pg_regress.c made the results and log - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Original coding of pg_regress.c made the results and log
Date
Msg-id 20060727153719.B83E29FB209@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Original coding of pg_regress.c made the results and log directories
with restrictive permissions, which was not the behavior of the shell
script and doesn't seem very desirable.  Use the umask setting instead.

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.c (r1.15 -> r1.16)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.15&r2=1.16)

pgsql-committers by date:

Previous
From: diogob@pgfoundry.org (User Diogob)
Date:
Subject: xlogviewer - xlogviewer:
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: fix most regression tests for new cube code.