-
Notifications
You must be signed in to change notification settings - Fork 14
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
PostgreSQL 9.3 make install fails #7
Comments
I am having the same issue in CentOS 7.1
|
Postgres 9.2 added native range types that largely supercedes this -- http://www.postgresql.org/docs/9.2/static/rangetypes.html Notably see tsrange and tstzrange. |
We had some legacy stuff using this version, we modified our code to use the native syntax in the latest Postgres. A prime example of technical debt :). |
I suspect The design for the range types in 9.2 originates from this, after all. |
Hi,
I'm on Xubuntu 14.04.2 i386 arch. I'm trying to create temporal-enabled database following the instructions from strabon website ( http://strabon.di.uoa.gr/installation-linux).
I got an error when I tried the make install check
and in the "regression.diffs"
Regards,
Martin
The text was updated successfully, but these errors were encountered: