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
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Tom Lane
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Bruce Momjian
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Bruce Momjian
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Sascha Schumann
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Sascha Schumann
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Sascha Schumann
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Tom Lane
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Bruce Momjian
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Sascha Schumann
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Tom Lane
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Sascha Schumann
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Tom Lane
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman
- old include files (was Re: [HACKERS] PHP 4.0.... Tom Lane
- Re: old include files (was Re: [HACKERS] PHP ... Lamar Owen
