Re: [HACKERS] int8 type -- call for porting results!

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane)
Cc: daveh(at)insightdist(dot)com, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] int8 type -- call for porting results!
Date: 1998-08-18 21:26:53
Message-ID: 199808182126.RAA08483@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> The Hermit Hacker <scrappy(at)hub(dot)org> writes:
> > On Tue, 18 Aug 1998, David Hartwig wrote:
> >> I just started compiling the 6.4 snapshot from this weekend on our AIX 4.1.4
> >> system. I am running into problems surrounding snprintf().
> >>
> >> 1. Do I need to set something in Makefile.global to activate the
> >> compilation of snprintf()
>
> Ah ... it's a typo in configure.in.
>
> AC_CHECK_FUNC(snprintf,
> AC_DEFINE(HAVE_SNPRINTF),
> ISINF='snprintf.o')
> AC_SUBST(SNPRINTF)
>
> should read
>
> AC_CHECK_FUNC(snprintf,
> AC_DEFINE(HAVE_SNPRINTF),
> SNPRINTF='snprintf.o')
> AC_SUBST(SNPRINTF)
>
>
> Looks like this has never worked, which makes me wonder how well
> debugged our snprintf emulation is ... I guess David will test it
> out for us ...

no code used snprintf until now.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-08-19 00:15:04 Re: [HACKERS] Rules: first fix
Previous Message Jan Wieck 1998-08-18 20:18:51 Re: [HACKERS] dumping rules