Re: PHP 4.0.4pl1 / Beta 5 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PHP 4.0.4pl1 / Beta 5
Date
Msg-id 25072.982598854@sss.pgh.pa.us
Whole thread Raw
In response to Re: PHP 4.0.4pl1 / Beta 5  (Sascha Schumann <sascha@schumann.cx>)
List pgsql-hackers
Sascha Schumann <sascha@schumann.cx> 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PHP 4.0.4pl1 / Beta 5
Next
From: Tom Lane
Date:
Subject: Re: WAL and commit_delay