Re: backend/parser compile prob - Mailing list pgsql-hackers

From Tom Lane
Subject Re: backend/parser compile prob
Date
Msg-id 22757.1058282511@sss.pgh.pa.us
Whole thread Raw
In response to backend/parser compile prob  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Responses Re: backend/parser compile prob  (Patrick Welche <prlw1@newn.cam.ac.uk>)
List pgsql-hackers
Patrick Welche <prlw1@newn.cam.ac.uk> writes:
> I'm getting far too many errors while trying to compile gram.c in the
> backend/parser, that I must be missing something.

I think you need to force gram.c to be regenerated.  Try removing it
(and parse.h too) before building.

> % cvs diff src/backend/parser/gram.c

gram.c is not in CVS.  I'm surprised you didn't get an error from that.
(I get "cvs server: I know nothing about gram.c".)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Samuel A Horwitz
Date:
Subject: CVS compile on AIX 4.3.2
Next
From: Patrick Welche
Date:
Subject: Re: backend/parser compile prob