Re: got Postgresql working on FreeBSD-alpha - Mailing list pgsql-patches

From Alfred Perlstein
Subject Re: got Postgresql working on FreeBSD-alpha
Date
Msg-id 20001114094547.F11449@fw.wintelcom.net
Whole thread Raw
In response to Re: got Postgresql working on FreeBSD-alpha  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: got Postgresql working on FreeBSD-alpha
List pgsql-patches
* 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.

thanks,
-Alfred

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: got Postgresql working on FreeBSD-alpha
Next
From: Alfred Perlstein
Date:
Subject: Re: got Postgresql working on FreeBSD-alpha