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

Commiteae2a72

Browse files
committed
Another fix for Win32 START.
1 parent1261fe1 commiteae2a72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/pg_ctl/pg_ctl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
66
*
7-
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.14 2004/06/1100:57:25 momjian Exp $
7+
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.15 2004/06/1104:17:21 momjian Exp $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -262,15 +262,15 @@ start_postmaster(void)
262262
#ifndefWIN32
263263
snprintf(cmd,MAXPGPATH,"%s\"%s\" %s < \"%s\" >> \"%s\" 2>&1 &%s",
264264
#else
265-
snprintf(cmd,MAXPGPATH,"%sSTART /B\"%s\" %s < \"%s\" >> \"%s\" 2>&1%s",
265+
snprintf(cmd,MAXPGPATH,"%sSTART /B%s %s < \"%s\" >> \"%s\" 2>&1%s",
266266
#endif
267267
SYSTEMQUOTE,pgexec,post_opts,DEVNULL,log_file,
268268
SYSTEMQUOTE);
269269
else
270270
#ifndefWIN32
271271
snprintf(cmd,MAXPGPATH,"%s\"%s\" %s < \"%s\" 2>&1 &%s",
272272
#else
273-
snprintf(cmd,MAXPGPATH,"%sSTART /B\"%s\" %s < \"%s\" 2>&1%s",
273+
snprintf(cmd,MAXPGPATH,"%sSTART /B%s %s < \"%s\" 2>&1%s",
274274
#endif
275275
SYSTEMQUOTE,pgexec,post_opts,DEVNULL,SYSTEMQUOTE);
276276

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp