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

Commit7ef5ffd

Browse files
committed
Fix MSVC build breakage from psql help changes. Per Josh Williams.
1 parent726725d commit7ef5ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/Solution.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Solution;
33
#
44
# Package that encapsulates a Visual C++ solution file generation
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.47 2009/01/06 18:37:50mha Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.48 2009/09/19 05:56:50adunstan Exp $
77
#
88
use Carp;
99
use strict;
@@ -235,7 +235,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
235235
{
236236
print"Generating sql_help.h...\n";
237237
chdir('src\bin\psql');
238-
system("perl create_help.pl ../../../doc/src/sgml/ref sql_help.h");
238+
system("perl create_help.pl ../../../doc/src/sgml/ref sql_help");
239239
chdir('..\..\..');
240240
}
241241

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp