pgxs and bison, flex

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pgxs and bison, flex
Date: 2012-03-28 18:13:28
Message-ID: 1332958408.14371.9.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pgxs-bison-flex.patch text/x-patch 523 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2012-03-28 18:20:46 Re: patch for parallel pg_dump
Previous Message Robert Haas 2012-03-28 17:46:30 Re: patch for parallel pg_dump