Sigh, build is broken again - Mailing list pgsql-hackers

Someone checked in code that assumes vsnprintf() exists.

Should be cool, we have an emulation right?  Well, no.
configure sets up to build port/snprintf.c if snprintf()
doesn't exist.  HPUX, for one, has that but not vsnprintf.

I guess the right fix is for configure to check for *both*
snprintf and vsnprintf --- anyone see a problem with that?
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Taral"
Date:
Subject: RE: [HACKERS] Configure problem, redux (was Re: TCL installation troubles)
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] configure and cpp detection