Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbf4e0 commit 92ff915Copy full SHA for 92ff915
contrib/pg_upgrade/exec.c
@@ -97,9 +97,9 @@ verify_directories(void)
97
if (access(".", R_OK | W_OK
98
#ifndef WIN32
99
/*
100
- * Directory execute permission on NTFS means "can execute scripts",
101
- * which we don't care about, so skip the check. Also, X_OK is not
102
- * defined in the API.
+ * Do a directory execute check only on Unix because execute permission
+ * on NTFS means "can execute scripts", which we don't care about.
+ * Also, X_OK is not defined in the Windows API.
103
*/
104
| X_OK
105
#endif
0 commit comments