Re: mingw check hung

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: mingw check hung
Date: 2009-01-29 02:11:18
Message-ID: 49811046.3040509@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
>
>> Andrew Dunstan wrote:
>>
>>> The suspect patch is quite definitely the source of the problem.
>>>
>
>
>> I can't spot the error right off :-( Can you try to see if it's the
>> putenv() or the unsetenv() that gets broken?
>>
>
> Are we sure pgwin32_unsetenv works in this environment? (Or worse,
> maybe it's trying to use port/unsetenv.c?)
>
>
>

It is the pgwin32_unsetenv() call that is causing the trouble somehow.
That much I have just managed to isolate.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-01-29 02:18:19 Re: How to get SE-PostgreSQL acceptable
Previous Message Robert Haas 2009-01-29 02:05:48 Re: How to get SE-PostgreSQL acceptable