Re: TAP tests aren't using the magic words for Windows file access

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: TAP tests aren't using the magic words for Windows file access
Дата
Msg-id 3aa1787a-e7e2-f118-e9c5-2de5af08603d@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: TAP tests aren't using the magic words for Windows file access  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: TAP tests aren't using the magic words for Windows file access  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: TAP tests aren't using the magic words for Windows file access
Следующее
От: Robert Haas
Дата:
Сообщение: Re: tableam vs. TOAST