Re: PHP 4.0.4pl1 / Beta 5

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sascha Schumann <sascha(at)schumann(dot)cx>
Cc: Larry Rosenman <ler(at)lerctr(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Mitch Vincent <mitch(at)venux(dot)net>, PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PHP 4.0.4pl1 / Beta 5
Date: 2001-02-19 16:07:34
Message-ID: 25072.982598854@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sascha Schumann <sascha(at)schumann(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sascha Schumann 2001-02-19 16:08:32 Re: PHP 4.0.4pl1 / Beta 5
Previous Message Tom Lane 2001-02-19 16:02:40 Re: PHP 4.0.4pl1 / Beta 5