Re: Re: pgsql + qnx

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Re: pgsql + qnx
Дата
Msg-id Pine.LNX.4.30.0105211650020.757-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: pgsql + qnx  ("Tegge, Bernd" <tegge@repas-aeg.de>)
Ответы Re: Re: pgsql + qnx  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Re: pgsql + qnx  ("Tegge, Bernd" <tegge@repas-aeg.de>)
Список pgsql-ports
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.

> 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/

> >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.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: "Tegge, Bernd"
Дата:
Сообщение: Re: pgsql + qnx
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: pgsql + qnx