Re: help with bison - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: help with bison
Date
Msg-id GNELIHDDFBOCMGBFGEFOGEBFCCAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to help with bison  (Neil Conway <nconway@klamath.dyndns.org>)
Responses Re: help with bison  (Neil Conway <nconway@klamath.dyndns.org>)
List pgsql-hackers
Out of interest, since the FE/BE protocol apprently doesn't support prepared
statements (bound variables), what does this patch actually _do_?

Chris

> -----Original Message-----
> From: pgsql-hackers-owner@postgresql.org
> [mailto:pgsql-hackers-owner@postgresql.org]On Behalf Of Neil Conway
> Sent: Thursday, 11 April 2002 9:29 AM
> To: PostgreSQL Hackers
> Subject: [HACKERS] help with bison
>
>
> Hi all,
>
> I'm working on a fairly large patch (cleaning up Karel Zak's
> PREPARE/EXECUTE work), and I'm having some problems with bison (I'm
> a yacc newbie). In fact, my grammar currently has an obscene
> 20 shift/reduce and 4 reduce/reduce conflicts!
>
> Would someone to be kind enough to let me know what I'm doing wrong,
> and what I'll need to change? (Unfortunately, bison isn't very
> helpful: it doesn't provide line-numbers when it warns me about
> the # of conflicts). The patch for gram.y is below.
>
> Thanks in advance,
>
> Neil
>
> --
> Neil Conway <neilconway@rogers.com>
> PGP Key ID: DB3C29FC



pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: help with bison
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: BETWEEN SYMMETRIC/ASYMMETRIC