Re: Re: pgsql + qnx

From: "Tegge, Bernd" <tegge(at)repas-aeg(dot)de>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Kamil Parkanyi <parkanyi(at)procaut(dot)sk>, <pgsql-ports(at)postgresql(dot)org>
Subject: Re: Re: pgsql + qnx
Date: 2001-05-21 16:01:30
Message-ID: 5.0.2.1.0.20010521175108.02122ec0@dragon.dr.repas.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

At 16:59 21.05.01 +0200, Peter Eisentraut wrote:
>Tegge, Bernd writes:
>
> > I haven't tried building postgres with the Watcom compiler for 7.1 because
> > it does not support 64bit integers. AFAIK that's the default data type for
> > OIDs,
>
>Oids are 32 bits, 'unsigned int' to be precise. Support for 64 bit
>integers is completely optional in PostgreSQL.

I was under the impression that OIDs and SEQUENCEs are required to be 64 bit
and 32 bit versions are not really supported. I may have a look at using the
Watcom compiler again.

> > BTW., 7.1 does not compile as is with gcc either, I believed the
> > required patches made it into the 7.1.1 release but obviously I missed
> > the deadline.
>
>I don't think they made that one either.
>
> > Since the ports mailing list does not seem to be archived I have attached
> > a copy of the patch (for 7.1 and 7.1.1).
>
>http://www.ca.postgresql.org/mhonarc/pgsql-ports/

Thanks, I started at http://www.postgresql.org/search.mpl or
http://www.ca.postgresql.org/devel-corner/index.html and couldn't
find a path to the archive.

> > >cc -I../../../src/include -c bootstrap.c
> > >/usr/watcom/10.6/bin/wcc386 -zq -i=../../../src/include -ms -4r
> > >-i=/usr/watcom/10.6/usr/include -i=/usr/include bootstrap.c
> > >bootstrap.c(103): Error! E1011: Symbol 'F_BOOLIN' has not been declared
>
>I keep seeing these. If anyone got a clue, let us know.

Maybe Kamil can tell us more.

>--
>Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Lamar Owen 2001-05-21 16:13:23 Re: Problems with 7.1.1 rpm with Mandrake 8
Previous Message Tom Lane 2001-05-21 15:52:13 Re: Re: pgsql + qnx