postgresql/src/backend
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
..
access Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
bootstrap Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
catalog Object access hook framework, with post-creation hook. 2010-11-25 11:50:13 -05:00
commands Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
executor Create core infrastructure for KNNGIST. 2010-12-02 20:51:37 -05:00
foreign Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
lib Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
libpq Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
main Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
nodes Add a stack overflow check to copyObject(). 2010-12-06 22:55:43 -05:00
optimizer Reduce memory consumption inside inheritance_planner(). 2010-12-05 15:10:28 -05:00
parser Add more ALTER <object> .. SET SCHEMA commands. 2010-11-26 17:31:54 -05:00
po Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
port Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
postmaster Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
regex Fix comparisons of pointers with zero to compare with NULL instead. 2010-10-29 15:51:52 -04:00
replication Improved parallel make support 2010-11-12 22:15:16 +02:00
rewrite Object access hook framework, with post-creation hook. 2010-11-25 11:50:13 -05:00
snowball Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
storage Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
tcop Add more ALTER <object> .. SET SCHEMA commands. 2010-11-26 17:31:54 -05:00
tsearch Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
utils Fix efficiency problems in tuplestore_trim(). 2010-12-10 11:33:38 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
common.mk Improved parallel make support 2010-11-12 22:15:16 +02:00
nls.mk Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00