Sigh, build is broken again

Поиск
Список
Период
Сортировка
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 по дате отправления:

Предыдущее
От: "Taral"
Дата:
Сообщение: RE: [HACKERS] Configure problem, redux (was Re: TCL installation troubles)
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] configure and cpp detection