pgxs and bison, flex - Mailing list pgsql-hackers

From Peter Eisentraut
Subject pgxs and bison, flex
Date
Msg-id 1332958408.14371.9.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: pgxs and bison, flex  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
There are some extensions that build with pgxs that use bison and flex.
Their makefiles are set up to use the variables BISON and FLEX that pgxs
provides.  Except that that depends on how PostgreSQL was built.  A
binary package that was built in a clean chroot would probably not have
those variables set, because the programs were not present in the build
process.  There have been a number of bugs related to those extensions
because of that.

I propose that we apply the attached patch to make sure those variables
are set to a usable default value in any case.

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: patch for parallel pg_dump
Next
From: Alvaro Herrera
Date:
Subject: Re: patch for parallel pg_dump