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

Commit279d86a

Browse files
committed
Add snapshot_too_old to NSVC @contrib_excludes
The buildfarm showed failure for Windows MSVC builds due to thisomission. This might not be the only problem with the Makefile forthis feature, but hopefully this will get it past the immediateproblem.Fix suggested by Tom Lane
1 parentc1ddd23 commit279d86a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ my $contrib_extrasource = {
4141
'cube'=> ['contrib/cube/cubescan.l','contrib/cube/cubeparse.y' ],
4242
'seg'=> ['contrib/seg/segscan.l','contrib/seg/segparse.y' ], };
4343
my@contrib_excludes = (
44-
'commit_ts','hstore_plperl','hstore_plpython','intagg',
45-
'ltree_plpython','pgcrypto','sepgsql','brin',
46-
'test_extensions');
44+
'commit_ts','hstore_plperl','hstore_plpython','intagg',
45+
'ltree_plpython','pgcrypto','sepgsql','brin',
46+
'test_extensions','snapshot_too_old');
4747

4848
# Set of variables for frontend modules
4949
my$frontend_defines = {'initdb'=>'FRONTEND' };

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp