[EMAIL PROTECTED] (Bruce Momjian) writes:
>       Timezone code checks for HAVE_SYMLINK of zero, so use in pgtz.h:
        
>       #ifndef HAVE_SYMLINK
>       #define HAVE_SYMLINK 0
>       #endif

Surely this is exactly the wrong thing to do.  It will break code that
tests for #ifdef HAVE_SYMLINK.  Shouldn't you instead fix the timezone
library to make its tests in a more standard way?

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to