OSDN Git Service

Original coding of pg_regress.c made the results and log directories
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Jul 2006 15:37:19 +0000 (15:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Jul 2006 15:37:19 +0000 (15:37 +0000)
commit8aab1978406b4f141856da2ebf749209d4b8ddb7
treef31b7485baff8af90ea2a903ec5da22aff7caba4
parent43c79378c85cb0ac51c1a445655c2262dac7d46a
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.
src/test/regress/pg_regress.c