Re: Foreign keys for non-default datatypes - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Foreign keys for non-default datatypes
Date
Msg-id 20060303201255.GC9051@surnet.cl
Whole thread Raw
In response to Re: Foreign keys for non-default datatypes  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: Foreign keys for non-default datatypes  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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.


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Foreign keys for non-default datatypes
Next
From: Mark Dilger
Date:
Subject: Re: [SQL] Interval subtracting