Re: plpgsql requires bison - Mailing list pgsql-hackers

From wieck@debis.com (Jan Wieck)
Subject Re: plpgsql requires bison
Date
Msg-id m11DmhK-0003kLC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
In response to plpgsql requires bison  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: plpgsql requires bison
List pgsql-hackers
Bruce Momjian wrote:

>
> I have received a report that pl/plpgsql requires bison to compile.  I
> have verified this is true, at least on BSD/OS 4.01, and since we enable
> plpgsql compile by default, this requires bison for our standard build.
>
> The issue appears to be contents of gram.tab.c, which is part of our
> distribution, and contains at the top:
>
> [...]
>
> Jan, is this a known portability problem?

    I  had expected portability problems with the PL/pgSQL parser
    and suggested to put prepared flex/bison  output  files  into
    our  distribution  as  we  do it for the main backend parser.
    Unfortunately I forgot about it.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#========================================= wieck@debis.com (Jan Wieck) #

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Descending order Index scan patch
Next
From: José Soares
Date:
Subject: Re: [HACKERS] New man pages