pgsql: Always skip recovery SysV shared memory tests on Windows

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Always skip recovery SysV shared memory tests on Windows
Date: 2019-09-06 19:51:08
Message-ID: E1i6KGC-0007pb-G0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Always skip recovery SysV shared memory tests on Windows

The test for SysV support currently involves looking for the perl
modules IPC::SharedMem and IPC::SysV. However, the perl on msys2 has
these modules but the tests fail. Therefore, force skipping the tests on
Windows platforms unconditionally.

Discussion: https://postgr.es/m/176e86ba-1a46-9d8c-5ae4-9865a463b411@2ndQuadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8e5ce1c3f837a8b9a5210b7224cb5e5ac3bfc751

Modified Files
--------------
src/test/recovery/t/017_shm.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-09-06 19:51:54 Re: pgsql: Use data directory inode number, not port, to select SysV resour
Previous Message Tom Lane 2019-09-06 19:15:45 pgsql: Update v12 release notes through today, and add major-enhancemen