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

Commitbbec50d

Browse files
committed
Try to unbreak MSVC builds for pg_waldump
remedy an omission in commit7d8219a
1 parent07690aa commitbbec50d

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
@@ -861,7 +861,7 @@ sub mkvcbuild
861861
# files symlinked on Unix are copied on windows
862862
my$pg_waldump = AddSimpleFrontend('pg_waldump');
863863
$pg_waldump->AddDefine('FRONTEND');
864-
foreachmy$xf (glob('src/backend/access/rmgrdesc/*desc.c'))
864+
foreachmy$xf (glob('src/backend/access/rmgrdesc/*desc*.c'))
865865
{
866866
$pg_waldump->AddFile($xf);
867867
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp