Re: Re: pgsql + qnx

Поиск
Список
Период
Сортировка
От Tegge, Bernd
Тема Re: Re: pgsql + qnx
Дата
Msg-id 5.0.2.1.0.20010521175108.02122ec0@dragon.dr.repas.de
обсуждение исходный текст
Ответ на Re: Re: pgsql + qnx  (Peter Eisentraut <peter_e@gmx.net>)
Список 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@gmx.net   http://funkturm.homeip.net/~peter


В списке pgsql-ports по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: pgsql + qnx
Следующее
От: Fred Yankowski
Дата:
Сообщение: NT service design choices