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

Commitd208fcd

Browse files
committed
Use a new API rather than a deprecated one in in cygwin.
cygwin_conv_to_full_win32_path should be replaced with cygwin_conv_path.
1 parent60bd2b1 commitd208fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_ctl/pg_ctl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
66
*
7-
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.120 2010/02/26 02:01:16 momjian Exp $
7+
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.121 2010/04/05 02:25:56 itagaki Exp $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -1080,7 +1080,7 @@ pgwin32_CommandLine(bool registration)
10801080

10811081
#ifdef__CYGWIN__
10821082
/* need to convert to windows path */
1083-
cygwin_conv_to_full_win32_path(cmdLine,buf);
1083+
cygwin_conv_path(CCP_POSIX_TO_WIN_A,cmdLine,buf,sizeof(buf));
10841084
strcpy(cmdLine,buf);
10851085
#endif
10861086

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp