Re: postgresql-7.4 make error: tuptoaster.c: In function - Mailing list pgsql-hackers

From Tom Lane
Subject Re: postgresql-7.4 make error: tuptoaster.c: In function
Date
Msg-id 29771.1070684138@sss.pgh.pa.us
Whole thread Raw
In response to Re: postgresql-7.4 make error: tuptoaster.c: In function  ("Roderick A. Anderson" <raanders@acm.org>)
List pgsql-hackers
"Roderick A. Anderson" <raanders@acm.org> writes:
>> tuptoaster.c: In function `toast_delete_datum':
>> tuptoaster.c:973: `F_OIDEQ' undeclared (first use in this function)

> I ran into the same thing when working with RPMs and the tarball(s).  

This suggests that the shell script src/backend/utils/Gen_fmgrtab.sh
failed to make a correct fmgroids.h file (probably it emitted an empty
file instead).  We have seen one or two reports of such failures in the
past, but AFAIR they boiled down to lack of awk or sed.  Seems unlikely
that you'd be lacking those tools on a standard Linux installation.
Can you dig into the script and see what's going wrong?  And why the
script isn't noticing?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postgres 7.3.5 and count('x')
Next
From: Tom Lane
Date:
Subject: Call for pg_dump testing