Re: PostgreSQL-13.3 parser.y with positional references by named references - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PostgreSQL-13.3 parser.y with positional references by named references
Date
Msg-id 1839317.1625673934@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL-13.3 parser.y with positional references by named references  (Domingo Alvarez Duarte <mingodad@gmail.com>)
List pgsql-hackers
Domingo Alvarez Duarte <mingodad@gmail.com> writes:
> What if the generated parser/lexer be present in the tarball distributions ?

It is.  The discussion here is about developer convenience (how painful
is it to read or modify a rule) versus developer convenience (what hoops
have you got to jump through to install a version of Bison that will
work, when building from a git checkout).  Note however that the set of
developers affected by the second aspect is much larger than those
affected by the first.  Lots of people who work on PG never mess with
the grammar.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alexander Pyhalov
Date:
Subject: Re: Case expression pushdown
Next
From: Gilles Darold
Date:
Subject: Re: Case expression pushdown