Tom Lane writes:
Olleg <[EMAIL PROTECTED]> writes:
It's bug, autoconf headers may not be included in "library headers".
If you think it's a bug you'd better complain to the autoconf people. pg_config.h is generated entirely by autoconf tools.
Admittedly, you're not supposed to install the generated config.h files,
I am working on a server module. I need postgresql.h. pg_config.h is included in postgresql.h
because of this kind of name conflict. There is a contributed macro that automatically prefixes all macro names so they don't conflict. May be worth checking out.
??? Please explain.
-- Olleg
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match