"Jason Meade" <[EMAIL PROTECTED]> 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

Reply via email to