Skip to content

create extension zson; fails. missing extension/zson--1.1.sql #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
handerpeder opened this issue May 31, 2017 · 3 comments
Closed

Comments

@handerpeder
Copy link

Seems you've forgotten to add an updated extension file.

To reproduce on b3a7091

$ make && sudo make install
$ psql -c 'create extension zson'
ERROR:  could not stat file "/usr/share/postgresql/extension/zson--1.1.sql": No such file or directory
@afiskon
Copy link
Collaborator

afiskon commented Jun 1, 2017

Interesting. I've tested zson 1.1 on PostgreSQL 10 where create extension just worked. I'll fix this but I have to know what version of PostgreSQL you are using to reproduce it.

afiskon added a commit that referenced this issue Jun 1, 2017
@afiskon
Copy link
Collaborator

afiskon commented Jun 1, 2017

e176165 should fix this. Please check.

@afiskon
Copy link
Collaborator

afiskon commented Jun 2, 2017

OK, I've just checked it on Ubuntu 16.04 and PostgreSQL 9.4.12. The problem seems to be fixed.

@afiskon afiskon closed this as completed Jun 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants