Re: Faster NUMERIC implementation - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Faster NUMERIC implementation
Date
Msg-id 24999.1048185196@sss.pgh.pa.us
Whole thread Raw
In response to Re: Faster NUMERIC implementation  (Michael Meskes <meskes@postgresql.org>)
List pgsql-hackers
[ very off topic ]

Michael Meskes <meskes@postgresql.org> writes:
> I already have to manually sync code (preproc.y <=> gram.y) and don't
> like the idea of having to do it with a lot more code.

I've been wondering for quite awhile if we couldn't find a way to avoid
manually duplicating the backend grammar in preproc.y.  Seems like a
script could handle 99% of the conversion, generating the very stylized
actions you need.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Nested transactions: low level stuff
Next
From: Barry Lind
Date:
Subject: Re: A bad behavior under autocommit off mode