Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04164de

Browse files
committed
initdb now needs to reference libpq include files in MSVC builds.
Fallout from commit a00c583. Per buildfarm.
1 parent a00c583 commit 04164de

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
@@ -50,7 +50,7 @@ my @contrib_excludes = (
5050

5151
# Set of variables for frontend modules
5252
my $frontend_defines = { 'initdb' => 'FRONTEND' };
53-
my @frontend_uselibpq = ('pg_ctl', 'pg_upgrade', 'pgbench', 'psql');
53+
my @frontend_uselibpq = ('pg_ctl', 'pg_upgrade', 'pgbench', 'psql', 'initdb');
5454
my @frontend_uselibpgport = (
5555
'pg_archivecleanup', 'pg_test_fsync',
5656
'pg_test_timing', 'pg_upgrade',

0 commit comments

Comments
 (0)