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

Commit2f7f45a

Browse files
committed
MSVC: Don't link libpgcommon into pgcrypto.
Doing so was useful in273c458 butbecame obsolete when818fd4a causedpostgres.exe to provide the relevant symbols. No other loadable modulelinks to libpgcommon directly.
1 parentdeb0129 commit2f7f45a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ sub mkvcbuild
451451
'imath.c');
452452
}
453453
$pgcrypto->AddReference($postgres);
454-
$pgcrypto->AddReference($libpgcommon);
455454
$pgcrypto->AddLibrary('ws2_32.lib');
456455
my$mf = Project::read_file('contrib/pgcrypto/Makefile');
457456
GenerateContribSqlFiles('pgcrypto',$mf);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp