Re: help with bison - Mailing list pgsql-hackers

From Tom Lane
Subject Re: help with bison
Date
Msg-id 25008.1018490108@sss.pgh.pa.us
Whole thread Raw
In response to help with bison  (Neil Conway <nconway@klamath.dyndns.org>)
List pgsql-hackers
Neil Conway <nconway@klamath.dyndns.org> writes:
> Unfortunately, bison isn't very
> helpful: it doesn't provide line-numbers when it warns me about
> the # of conflicts.

Run bison with -v switch (thus, "bison -y -d -v gram.y") and look at
the y.output file it produces.  More detail than you really wanted ;-)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Odd error during vacuum
Next
From: Tom Lane
Date:
Subject: Re: Odd error during vacuum