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

Commit6f1f34c

Browse files
committed
Best-guess attempt at fixing MSVC build for68ab8e8.
pgbench now needs to use src/bin/psql/psqlscan.l, but it's not very clearhow to fit that into the MSVC build system. If this doesn't work I'm goingto need some help from somebody who actually understands those scripts ...
1 parent68ab8e8 commit6f1f34c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ my $frontend_extralibs = {
6262
'psql'=> ['ws2_32.lib'] };
6363
my$frontend_extraincludes = {
6464
'initdb'=> ['src/timezone'],
65-
'psql'=> ['src/bin/pg_dump','src/backend' ] };
65+
'psql'=> ['src/bin/pg_dump','src/backend' ],
66+
'pgbench'=> ['src/bin/psql' ] };
6667
my$frontend_extrasource = {
6768
'psql'=> ['src/bin/psql/psqlscan.l','src/bin/psql/psqlscanslash.l'],
6869
'pgbench'=>
69-
['src/bin/pgbench/exprscan.l','src/bin/pgbench/exprparse.y' ], };
70+
['src/bin/pgbench/exprscan.l','src/bin/pgbench/exprparse.y',
71+
'src/bin/psql/psqlscan.l' ] };
7072
my@frontend_excludes = (
7173
'pgevent','pg_basebackup','pg_rewind','pg_dump',
7274
'pg_xlogdump','scripts');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp