Re: Win32 testing needed
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
Andreas Pflug <[email protected]> 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 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster