Re: snprintf() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: snprintf()
Date
Msg-id 28121.1170476407@sss.pgh.pa.us
Whole thread Raw
In response to Re: snprintf()  (Kate F <kate@cats.meow.at>)
Responses Re: snprintf()  (Kate F <kate@cats.meow.at>)
List pgsql-hackers
Kate F <kate@cats.meow.at> writes:
> On Fri, Feb/ 2/07 10:52:28PM -0500, Tom Lane wrote:
>> I wouldn't really have expected that to happen on any *BSD, but you
>> could look into the generated Makefile.global to find out.

> I don't see anything that looks relevant for my Makefile.global; I
> would be surprised if NetBSD's were overridden too!

Sorry for not being specific: the thing to check is whether that
file's definition for LIBOBJS includes snprintf.o.  If it does,
the code in src/port/snprintf.c would get sucked in.

If it doesn't, then I confess bafflement as to why snprintf isn't
acting as you'd expect on your machine.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Kate F
Date:
Subject: Re: snprintf()
Next
From: Kate F
Date:
Subject: Re: snprintf()