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

Commit453d70f

Browse files
committed
Include src/port while building postgres_fdw on Windows.
Our hack with COPY FROM required to include libpq-int.h in connection.c which inturn includes "pthread-win32.h", which rests in src/port and was not searchedfor headers. Now include it explicitly.
1 parentc5ff357 commit453d70f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ my @contrib_uselibpq = ('dblink', 'oid2name', 'postgres_fdw', 'vacuumlo');
3535
my@contrib_uselibpgport = ('oid2name','pg_standby','vacuumlo');
3636
my@contrib_uselibpgcommon = ('oid2name','pg_standby','vacuumlo');
3737
my$contrib_extralibs =undef;
38-
my$contrib_extraincludes = {'dblink'=> ['src/backend'] };
38+
my$contrib_extraincludes = {'dblink'=> ['src/backend'],
39+
'postgres_fdw'=> ['src/port']};
3940
my$contrib_extrasource = {
4041
'cube'=> ['contrib/cube/cubescan.l','contrib/cube/cubeparse.y' ],
4142
'seg'=> ['contrib/seg/segscan.l','contrib/seg/segparse.y' ], };

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp