Re: Compilation errors - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Compilation errors
Date
Msg-id 45E5FEA7.5030808@dunslane.net
Whole thread Raw
In response to Re: Compilation errors  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Compilation errors  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
>
>
> I guess we could conditionally add prototypes for those functions to 
> all the .l files if you really want to move to 2.5.33. Kinda yucky, 
> though.
>
>

Actually, we couldn't.The definition section from the .l file gets 
included after these functions. So we'd need to include something in 
gram.y before including scan.c.

cheers

andrew



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Compilation errors
Next
From: Heikki Linnakangas
Date:
Subject: Re: Resumable vacuum proposal and design overview