Re: TAP tests aren't using the magic words for Windows file access - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: TAP tests aren't using the magic words for Windows file access
Date
Msg-id 3aa1787a-e7e2-f118-e9c5-2de5af08603d@2ndQuadrant.com
Whole thread Raw
In response to Re: TAP tests aren't using the magic words for Windows file access  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: TAP tests aren't using the magic words for Windows file access  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On 11/7/19 8:53 AM, Alvaro Herrera wrote:
> On 2019-Nov-07, Andrew Dunstan wrote:
>
>> The test I'm running is:
>>
>>     perl -MWin32::API -e ';'
>>
>> And perl reports it can't find the module.
> That's a curious test to try, given that the module is called
> Win32API::File.
>


The patch says:


+        require Win32::API;
+        Win32::API->import;


cheers


andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: TAP tests aren't using the magic words for Windows file access
Next
From: Robert Haas
Date:
Subject: Re: tableam vs. TOAST