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

From Tom Lane
Subject Re: Win32 testing needed
Date
Msg-id 11680.1091803079@sss.pgh.pa.us
Whole thread Raw
In response to Re: Win32 testing needed  (Andreas Pflug <pgadmin@pse-consulting.de>)
Responses Re: Win32 testing needed  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgsql-hackers-win32
Andreas Pflug <pgadmin@pse-consulting.de> writes:
> Claudio Natoli wrote:
>> Agree. Or rather, better if src/port doesn't use backend DATA.

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

Perhaps we should insist that nothing in src/port can include postgres.h.
If it needs something that's not in c.h, it doesn't belong in src/port.

These are the affected files:

$ grep postgres.h *.c
copydir.c:#include "postgres.h"
dirmod.c:#include "postgres.h"
exec.c:#include "postgres.h"
pipe.c:#include "postgres.h"

            regards, tom lane

pgsql-hackers-win32 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Win32 testing needed
Next
From: Bruce Momjian
Date:
Subject: Re: Point in Time recovery on Win32