Re: got Postgresql working on FreeBSD-alpha

Поиск
Список
Период
Сортировка
От Alfred Perlstein
Тема Re: got Postgresql working on FreeBSD-alpha
Дата
Msg-id 20001114113310.M11449@fw.wintelcom.net
обсуждение исходный текст
Ответ на Re: got Postgresql working on FreeBSD-alpha  (Alfred Perlstein <bright@wintelcom.net>)
Ответы Re: got Postgresql working on FreeBSD-alpha  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
* Alfred Perlstein <bright@wintelcom.net> [001114 09:47] wrote:
> * Peter Eisentraut <peter_e@gmx.net> [001114 09:11] wrote:
> > Alfred Perlstein writes:
> >
> > > There's still some warnings that have me concerned:
> > > http://people.freebsd.org/~alfred/pgsql/build.log
> >
> > In outfuncs.c, that was somebody's cute idea to print pointers like
> >
> >    printf("%x", (int) ptr);
> >
> > rather than
> >
> >    printf("%p", ptr);
> >
> > Same in s_lock.c.  The format warnings look like size_t being used as %d
> > or %u.  You'll probably have to add casts everywhere.
>
> grr! :)
>
> I'll take a shot at it.
>

updated:

http://people.freebsd.org/~alfred/pgsql/port-alpha.diff

Make pgsql compile on FreeBSD-alpha.

Remove -m486 compile args for FreeBSD-i386.

Make the port use the TEST_AND_SET for alpha and i386 on FreeBSD.

Fix a lot of bogus string formats for outputting pointers (cast to int
and %u/%x replaced with no cast and %p), and 'Size'(size_t) are now
cast to 'unsigned long' and output with %lu/

Remove an unused variable.

--
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
"I have the heart of a child; I keep it in a jar on my desk."

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

Предыдущее
От: Alfred Perlstein
Дата:
Сообщение: Re: got Postgresql working on FreeBSD-alpha
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: patch for darwin/macosx-publicbeta