On branch log_absolute_path
Your branch is up to date with 'origin/log_absolute_path'. Changes to be committed: modified: src/gausskernel/process/postmaster/postmaster.cpp
This commit is contained in:
@ -2314,7 +2314,7 @@ int PostmasterMain(int argc, char* argv[])
|
||||
checkDataDir();
|
||||
|
||||
/* Verify disk space of u_sess->attr.attr_common.Log_directory */
|
||||
if (u_sess->attr.attr_common.Log_directory != NULL) {
|
||||
if (u_sess->attr.attr_common.Log_directory != NULL && is_absolute_path(u_sess->attr.attr_common.Log_directory)) {
|
||||
CheckPgLogDisk();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user