-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
sudo make installcheck
/usr/lib/postgresql/9.3/lib/pgxs/src/makefiles/../../src/test/regress/pg_regress --inputdir=./ --psqldir='/usr/lib/postgresql/9.3/bin' --inputdir=test --load-language=plpgsql --dbname=contrib_regression period
(using postmaster on Unix socket, default port)
============== dropping database "contrib_regression" ==============
DROP DATABASE
============== creating database "contrib_regression" ==============
CREATE DATABASE
ALTER DATABASE
============== installing plpgsql ==============
CREATE LANGUAGE
============== running regression test queries ==============
test period ... FAILED
======================
1 of 1 tests failed.
======================
The differences that caused some tests to fail can be viewed in the
file "/home/martin/Documents/PostgreSQL-Temporal-master/regression.diffs". A copy of the test summary that you see
above is saved in the file "/home/martin/Documents/PostgreSQL-Temporal-master/regression.out".
make: *** [installcheck] Error 1and in the "regression.diffs"
*** /home/martin/Documents/PostgreSQL-Temporal-master/test/expected/period.out 2012-01-24 09:02:10.000000000 +0100
--- /home/martin/Documents/PostgreSQL-Temporal-master/results/period.out 2015-05-29 15:59:52.261660971 +0200
***************
*** 1,4 ****
--- 1,5 ----
\set ECHO 0
+ unrecognized value "0" for "ECHO"; assuming "none"
psql:temporal.sql:14: NOTICE: return type period is only a shell
psql:temporal.sql:17: NOTICE: argument type period is only a shell
select '[2009-01-01, 2009-03-01)'::period @> '[2009-02-03, 2009-02-07)'::period;
======================================================================Regards,
Martin
Metadata
Metadata
Assignees
Labels
No labels