Improve pg_upgrade X_OK comment.

pull/1/head
Bruce Momjian 14 years ago
parent 6fbf4e0e7c
commit 92ff915018
  1. 6
      contrib/pg_upgrade/exec.c

@ -97,9 +97,9 @@ verify_directories(void)
if (access(".", R_OK | W_OK
#ifndef WIN32
/*
* Directory execute permission on NTFS means "can execute scripts",
* which we don't care about, so skip the check. Also, X_OK is not
* 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.
*/
| X_OK
#endif

Loading…
Cancel
Save