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

Commit4b763ff

Browse files
committed
Remove seemingly unneeded include directory in MSVC scripts
This appears to have been added way back inee3b418 but it's a littleunclear why the change made in that commit is even needed given that320c7eb, dated 18 months earlier, added code to copy fmgroids.h tosrc/include/utils.amcheck seems to get away without adding the additional include directory,so perhaps dblink can get away with it too.This builds ok in my VS2017 environment, but the buildfarm may serve as areminder about whyee3b418 was required. There's only one way to findout for sure.Discussion:https://postgr.es/m/CAApHDvpo6g5csCTjc_0C7DMvgFPomVb0Rh-AcW5afd=Ya=LRuw@mail.gmail.com
1 parent93a0bf2 commit4b763ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ my @contrib_uselibpq =
4141
my@contrib_uselibpgport = ('libpq_pipeline','oid2name','vacuumlo');
4242
my@contrib_uselibpgcommon = ('libpq_pipeline','oid2name','vacuumlo');
4343
my$contrib_extralibs = {'libpq_pipeline'=> ['ws2_32.lib'] };
44-
my$contrib_extraincludes = {'dblink'=> ['src/backend']};
44+
my$contrib_extraincludes = {};
4545
my$contrib_extrasource = {
4646
'cube'=> ['contrib/cube/cubescan.l','contrib/cube/cubeparse.y' ],
4747
'seg'=> ['contrib/seg/segscan.l','contrib/seg/segparse.y' ],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp