Alvaro Herrera wrote: > Andrew Dunstan wrote: > > Speaking of parsers, did anyone else notice that gcc in its latest > > release has ripped out the bison based parser for C and Objective-C in > > favor of a hand cut RD parser? > > Yeah, I did. I wonder what sort of effort they went to write the new > parser.
This is the new parser http://gcc.gnu.org/viewcvs/tags/gcc_4_1_0_release/gcc/c-parser.c?view=markup&rev=111560 It's 6000 lines long. -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. ---------------------------(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