Bruce Momjian <[EMAIL PROTECTED]> writes: >> Or should FRONTEND perhaps even be explicitly #defined in postgres_fe.h?
> You know, that is an excellent idea. I have been adding FRONTEND to > specific Makefiles just in cases where I need special src/port compiles > of files, but putting it in postgres_fe.h would hit all of them nicely. There are some source files that #include c.h instead of either postgres.h or postgres_fe.h; this would *not* hit those. > Let me make that change now. Better test before committing. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend