Content-Length: 278855 | pFad | https://github.com/postgrespro/postgres/commit/ee3b4188a78916544ef30e93fc1c9e5e780e07d5

09 Add include directory for dblink to find fmgroids.h on VS2008 builds. · postgrespro/postgres@ee3b418 · GitHub
Skip to content

Commit ee3b418

Browse files
committed
Add include directory for dblink to find fmgroids.h on VS2008 builds.
1 parent 94fa830 commit ee3b418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Mkvcbuild;
33
#
44
# Package that generates build files for msvc build
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.47 2010/01/16 11:55:38 mha Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.48 2010/01/17 13:21:50 mha Exp $
77
#
88
use Carp;
99
use Win32;
@@ -28,7 +28,7 @@ my $contrib_defines = {'refint' => 'REFINT_VERBOSE'};
2828
my @contrib_uselibpq = ('dblink', 'oid2name', 'pgbench', 'vacuumlo');
2929
my @contrib_uselibpgport = ('oid2name', 'pgbench', 'pg_standby', 'vacuumlo');
3030
my $contrib_extralibs = {'pgbench' => ['wsock32.lib']};
31-
my $contrib_extraincludes = {'tsearch2' => ['contrib/tsearch2']};
31+
my $contrib_extraincludes = {'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend']};
3232
my $contrib_extrasource = {
3333
'cube' => ['cubescan.l','cubeparse.y'],
3434
'seg' => ['segscan.l','segparse.y']

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/postgrespro/postgres/commit/ee3b4188a78916544ef30e93fc1c9e5e780e07d5

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy