Re: CVS HEAD compile failure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CVS HEAD compile failure
Date: 2003-12-08 17:19:19
Message-ID: 18920.1070903959@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greg Stark <gsstark(at)mit(dot)edu> writes:
> Syntax errors in known good code, especially header files are a typical
> symptom of missing typedefs. A good thing to know to recognize right away or
> else you'll spend lots of time puzzling over seemingly good code.

Actually it turns out the error was the other way round: a name that the
code did not expect to be a typedef was being taken as one. But yeah,
"impossible" syntax errors in C code are often a symptom of typedef
trouble.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jack Coates 2003-12-08 17:43:45 Re: tuning questions
Previous Message Tom Lane 2003-12-08 17:13:16 Re: ERROR: Index pg_toast_8443892_index is not a btree