Re: install on Solaris - Mailing list pgsql-admin

From Tom Lane
Subject Re: install on Solaris
Date
Msg-id 18723.978817690@sss.pgh.pa.us
Whole thread Raw
In response to install on Solaris  ("Jason Meade" <jason@creativedomainweb.com>)
List 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 by date:

Previous
From: Marcin Mazurek
Date:
Subject: ...
Next
From: "Anthony E . Greene"
Date:
Subject: Re: Listing users