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

From Peter Eisentraut
Subject Re: got Postgresql working on FreeBSD-alpha
Date
Msg-id Pine.LNX.4.21.0011141807100.1116-100000@peter.localdomain
Whole thread Raw
In response to got Postgresql working on FreeBSD-alpha  (Alfred Perlstein <bright@wintelcom.net>)
Responses Re: got Postgresql working on FreeBSD-alpha  (Alfred Perlstein <bright@wintelcom.net>)
List pgsql-patches
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.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-patches by date:

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