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:
z00848344
2024-03-19 16:17:45 +08:00
parent cebc5fc36e
commit 183d79a7b2

View File

@ -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();
}