postgresql/src/backend/postmaster
Tom Lane 04f4e10cfc Use symbolic names not octal constants for file permission flags.
Purely cosmetic patch to make our coding standards more consistent ---
we were doing symbolic some places and octal other places.  This patch
fixes all C-coded uses of mkdir, chmod, and umask.  There might be some
other calls I missed.  Inconsistency noted while researching tablespace
directory permissions issue.
2010-12-10 17:35:33 -05:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
autovacuum.c Fix leakage of cost_limit when multiple autovacuum workers are active. 2010-11-19 22:29:44 -05:00
bgwriter.c Add new buffers_backend_fsync field to pg_stat_bgwriter. 2010-11-15 12:42:59 -05:00
fork_process.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pgarch.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pgstat.c Add new buffers_backend_fsync field to pg_stat_bgwriter. 2010-11-15 12:42:59 -05:00
postmaster.c Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
syslogger.c Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
walwriter.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00