Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/backend/parser parse.h gram.c' - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/backend/parser parse.h gram.c'
Date
Msg-id 36DDEF4D.FD8A905@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/backend/parser parse.h gram.c'  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> > btw, could all of this be traced to bad dependencies on parse.h?
> No.  The problem was that parse.h itself was not up-to-date.

Yeah, I guess that was what I was asking. There is a problem in that
most of the backend/* subsystems have a dependency on ../parse.h, rather
than ../parser/parse.h. So they never know that the parse.h is out of
date :(

If you can fix up this dependency so it does the right thing, that would
be A Good Thing...
                    - Tom


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] int 8 on FreeBSD
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] NUMERIC and Perl