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

Commit8e5ce1c

Browse files
committed
Always skip recovery SysV shared memory tests on Windows
The test for SysV support currently involves looking for the perlmodules IPC::SharedMem and IPC::SysV. However, the perl on msys2 hasthese modules but the tests fail. Therefore, force skipping the tests onWindows platforms unconditionally.Discussion:https://postgr.es/m/176e86ba-1a46-9d8c-5ae4-9865a463b411@2ndQuadrant.com
1 parent71a0108 commit8e5ce1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/recovery/t/017_shm.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
require IPC::SysV;
1919
IPC::SysV->import(qw(IPC_CREAT IPC_EXCL S_IRUSR S_IWUSR));
2020
};
21-
if ($@)
21+
if ($@ ||$windows_os)
2222
{
2323
planskip_all=>'SysV shared memory not supported by this platform';
2424
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp