Re: install on Solaris

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: install on Solaris
Дата
Msg-id 18723.978817690@sss.pgh.pa.us
обсуждение исходный текст
Ответ на install on Solaris  ("Jason Meade" <jason@creativedomainweb.com>)
Список pgsql-admin
"Jason Meade" <jason@creativedomainweb.com> writes:
> istrat.c: In function `OperatorRelationFillScanKeyEntry':
> istrat.c:494: `F_OIDEQ' undeclared (first use in this function)
> istrat.c:494: (Each undeclared identifier is reported only once
> istrat.c:494: for each function it appears in.)
> istrat.c: In function `IndexSupportInitialize':
> istrat.c:561: `F_OIDEQ' undeclared (first use in this function)

> I was able to install on a Linux box no problem with the same download so
> this is a bit perplexing. Thanks.

F_OIDEQ should be defined in fmgr.h, which is generated on the fly
during build (see src/backend/utils/Gen_fmgrtab.sh).  I suspect problems
generating fmgr.h --- possibly your machine has no awk(1), or a broken
awk?

            regards, tom lane

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

Предыдущее
От: Marcin Mazurek
Дата:
Сообщение: ...
Следующее
От: "Anthony E . Greene"
Дата:
Сообщение: Re: Listing users