From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: hint infrastructure setup (v3) |
Date: | 2004-04-02 13:13:46 |
Message-ID: | 200404021313.i32DDk203054@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Fabien COELHO wrote:
> I would not like to break postgresql portability with other parser
> generators. It would be enough to reject the patch from my point of
> view;-)
We require bison to build, period. I am sure we use enough
bison-specific stuff now. No one has suggested another parser generator
to support either.
>
> Using some non standard undocumented API would not help other people who
> would like to touch the parser.
>
> It would not help me either, because I would have to learn the
> undocumented API;-)
>
> I really need to give a name to the state so as to be able to attach a
> hint. I cannot set how I could guess the state number given after "GRANT"
> just from the source, and without generating lots of conflicts.
>
> So I'll do some more programming maybe over the week-end a resubmit
> something soon.
Please show us an example of what a typical hint would look like to the
user.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Fabien COELHO | 2004-04-02 14:05:17 | Re: hint infrastructure setup (v3) |
Previous Message | Fabien COELHO | 2004-04-02 10:04:26 | Re: hint infrastructure setup (v3) |