Re: Win32 testing needed - Mailing list pgsql-hackers-win32

From Andreas Pflug
Subject Re: Win32 testing needed
Date
Msg-id 411363EC.3010909@pse-consulting.de
Whole thread Raw
In response to Re: Win32 testing needed  (Claudio Natoli <claudio.natoli@memetrics.com>)
Responses Re: Win32 testing needed
List pgsql-hackers-win32
Claudio Natoli wrote:
>
>
>>So it's better if src/port sources don't use backend's functions.
>
>
> Agree. Or rather, better if src/port doesn't use backend DATA.

Not easy to avoid, many functions are really macros using backend data.

I wonder why rmtree uses xmalloc at all; instead of creating an array of
dir names and then iterating the array this could be done in one step.
There may be more than one DIR* open, right?

Regards,
Andreas

pgsql-hackers-win32 by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Win32 testing needed
Next
From: Andreas Pflug
Date:
Subject: Re: Win32 testing needed