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

Commit28d1c8c

Browse files
committed
Build pgoutput.dll in MSVC build
Without this, logical replication obviously does not work on WindowsMauMau, with clean.bet additions from me per note from Michael Paquier
1 parent0557a5d commit28d1c8c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,11 @@ sub mkvcbuild
252252
$libpqwalreceiver->AddIncludeDir('src/interfaces/libpq');
253253
$libpqwalreceiver->AddReference($postgres,$libpq);
254254

255+
my$pgoutput =$solution->AddProject(
256+
'pgoutput','dll','',
257+
'src/backend/replication/pgoutput');
258+
$pgoutput->AddReference($postgres);
259+
255260
my$pgtypes =$solution->AddProject(
256261
'libpgtypes','dll',
257262
'interfaces','src/interfaces/ecpg/pgtypeslib');

‎src/tools/msvc/clean.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ del /s /q src\bin\win32ver.rc 2> NUL
2020
del /s /q src\interfaces\win32ver.rc2>NUL
2121
ifexist src\backend\win32ver.rcdel /q src\backend\win32ver.rc
2222
ifexist src\backend\replication\libpqwalreceiver\win32ver.rcdel /q src\backend\replication\libpqwalreceiver\win32ver.rc
23+
ifexist src\backend\replication\pgoutput\win32ver.rcdel /q src\backend\replication\pgoutput\win32ver.rc
2324
ifexist src\backend\snowball\win32ver.rcdel /q src\backend\snowball\win32ver.rc
2425
ifexist src\interfaces\ecpg\test\win32ver.rcdel /q src\interfaces\ecpg\test\win32ver.rc
2526
ifexist src\pl\plperl\win32ver.rcdel /q src\pl\plperl\win32ver.rc

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp