Re: got Postgresql working on FreeBSD-alpha

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Alfred Perlstein <bright(at)wintelcom(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: got Postgresql working on FreeBSD-alpha
Date: 2000-11-14 17:16:59
Message-ID: Pine.LNX.4.21.0011141807100.1116-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alfred Perlstein 2000-11-14 17:45:48 Re: got Postgresql working on FreeBSD-alpha
Previous Message Alfred Perlstein 2000-11-14 09:52:20 got Postgresql working on FreeBSD-alpha