Re: postgresql-7.4 make error: tuptoaster.c: In function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Roderick A(dot) Anderson" <raanders(at)acm(dot)org>
Cc: julius <julius(dot)junghans(at)web(dot)de>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgresql-7.4 make error: tuptoaster.c: In function
Date: 2003-12-06 04:15:38
Message-ID: 29771.1070684138@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Roderick A. Anderson" <raanders(at)acm(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-12-06 05:18:02 Call for pg_dump testing
Previous Message Tom Lane 2003-12-06 03:51:37 Re: Postgres 7.3.5 and count('x')