Re: Problem while building SRPM PostgreSQL on Red Hat Linux

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem while building SRPM PostgreSQL on Red Hat Linux
Дата
Msg-id 21614.1050205636@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem while building SRPM PostgreSQL on Red Hat Linux  (Joe Conway <mail@joeconway.com>)
Ответы Re: Problem while building SRPM PostgreSQL on Red Hat Linux  (Joe Conway <mail@joeconway.com>)
Список pgsql-general
Joe Conway <mail@joeconway.com> writes:
> hba.c:82: conflicting types for `isblank'
> /usr/include/ctype.h:128: previous declaration of `isblank'
> make[3]: *** [hba.o] Error 1

[ scratches head ... ]  They have both a macro and an extern definition
of isblank?  What is the latter exactly?

> Any reason not to apply the following?

I was worried about whether the platform's definition of isblank would
be exactly what we need or not.  In particular, it has to accept \r and
reject \n or we've got problems --- *big* problems if it accepts \n.
AFAIK this function isn't standardized so there's no strong reason to
assume it will work in a particular way.

Mebbe the best answer is just to rename our function to pg_isblank...

            regards, tom lane


В списке pgsql-general по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Problem while building SRPM PostgreSQL on Red Hat Linux
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Problem while building SRPM PostgreSQL on Red Hat Linux