Magnus Hagander wrote: > On Mon, Aug 20, 2007 at 09:23:25PM -0400, Tom Lane wrote:
> I get awarning from the following line in bison generated parse.h: > #define TEXT 577 That's easy, change the terminal to TEXT_P on gram.y and keywords.c. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match