Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit92ff915

Browse files
committed
Improve pg_upgrade X_OK comment.
1 parent6fbf4e0 commit92ff915

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎contrib/pg_upgrade/exec.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ verify_directories(void)
9797
if (access(".",R_OK |W_OK
9898
#ifndefWIN32
9999
/*
100-
*DirectoryexecutepermissiononNTFS means "canexecutescripts",
101-
*which we don't care about, so skip the check. Also, X_OK is not
102-
*defined in the API.
100+
*Do a directoryexecutecheck onlyonUnix becauseexecutepermission
101+
*on NTFS means "can execute scripts",which we don't care about.
102+
*Also, X_OK is notdefined in the Windows API.
103103
*/
104104
|X_OK
105105
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp