PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
int | pg_mkdir_p (char *path, int omode) |
int pg_mkdir_p | ( | char * | path, |
int | omode | ||
) |
Definition at line 57 of file pgmkdirp.c.
References mkdir, S_IRWXG, S_IRWXO, S_IRWXU, S_ISDIR, S_IWUSR, S_IXUSR, stat::st_mode, and stat.
Referenced by create_data_directory(), create_fullpage_directory(), create_output_directory(), create_xlog_or_symlink(), main(), recovery_create_dbdir(), StartLogStreamer(), TablespaceCreateDbspace(), and verify_dir_is_empty_or_create().