pgsql: Original coding of pg_regress.c made the results and log

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Original coding of pg_regress.c made the results and log
Date: 2006-07-27 15:37:19
Message-ID: 20060727153719.B83E29FB209@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2006-07-27 16:12:36 pgsql: fix most regression tests for new cube code.
Previous Message Joshua Reich 2006-07-27 15:04:22 Re: [HACKERS] [COMMITTERS] pgsql: /contrib/cube improvements: