Skip to content
Snippets Groups Projects
  • Tom Lane's avatar
    04f4e10c
    Use symbolic names not octal constants for file permission flags. · 04f4e10c
    Tom Lane authored
    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.
    04f4e10c
    History
    Use symbolic names not octal constants for file permission flags.
    Tom Lane authored
    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.