Sascha Schumann <[EMAIL PROTECTED]> writes:
>> I don't believe you will break if that patch is applied now.

>     InvalidOid is not defined otherwise.

Oh, is that the problem?  Okay, do this:

        #include <libpq-fe.h>
        #ifndef InvalidOid
        #define InvalidOid ((Oid) 0)
        #endif

I knew there was a reason I'd moved InvalidOid into postgres_ext.h ;-)

                        regards, tom lane

Reply via email to