Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Installing extension in PostgreSQL 9.6 #25
Comments
I get the same error too on PostgreSQL 9.6 and PostgreSQL 10. (compiling under Mingw64 gcc 4.9.2 where I've got BISON 3.0.4 installed. Compiles fine against PostgreSQL 9.4 and 9.5. So I assume it must be something included via PostgreSQL 9.6 and 10 tree causing the issue. I was able to work around the issue by using the jsquery_gram.c built by my PostgreSQL 9.5 compile. Seems to work fine in 9.6, but that's not ideal and not sure if it will cause problems down the line. |
@robe2 could you explain how to build jsquery_gram.c by PostgreSQL 9.5 compile? I'm experiencing the same issue. |
Hi, is it possible to install the extension to a system running PostgreSQL 9.6? I'm trying to do it on a system where I have 'bison' version 2.7 installed but it prints the following error after running the command
$ make USE_PGXS=1
:ERROR: bison is missing on your system. It is needed to create the
file `jsquery_gram.c'. You can either get bison from a GNU mirror site
or download an official distribution of PostgreSQL, which contains
pre-packaged bison output.