Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 279d86a

Browse files
committed
Add snapshot_too_old to NSVC @contrib_excludes
The buildfarm showed failure for Windows MSVC builds due to this omission. This might not be the only problem with the Makefile for this feature, but hopefully this will get it past the immediate problem. Fix suggested by Tom Lane
1 parent c1ddd23 commit 279d86a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tools/msvc/Mkvcbuild.pm

+3-3
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)