You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[postgres@vtiger-prod-mysql1 imgsmlr]$ make USE_PGXS=1 installcheck
/usr/local/pgsql/lib/pgxs/src/makefiles/../../src/test/regress/pg_regress --inputdir=./ --psqldir='/usr/local/pgsql/bin' --dbname=contrib_regression imgsmlr
(using postmaster on Unix socket, default port)
============== dropping database "contrib_regression" ==============
DROP DATABASE
============== creating database "contrib_regression" ==============
CREATE DATABASE
ALTER DATABASE
============== running regression test queries ==============
test imgsmlr ... FAILED
======================
1 of 1 tests failed.
The differences that caused some tests to fail can be viewed in the
file "/usr/local/src/imgsmlr/regression.diffs". A copy of the test summary that you see
above is saved in the file "/usr/local/src/imgsmlr/regression.out".
The text was updated successfully, but these errors were encountered:
ERROR: function jpeg2pattern(bytea) does not exist
LINE 9: (CASE WHEN id % 3 = 1 THEN jpeg2pattern(data)
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
ALTER TABLE pat ADD PRIMARY KEY (id);
ERROR: relation "pat" does not exist
CREATE INDEX pat_signature_idx ON pat USING gist (signature);
ERROR: relation "pat" does not exist
SELECT p1.id, p2.id, round((p1.pattern <-> p2.pattern)::numeric, 4) FROM pat p1, pat p2 ORDER BY p1.id, p2.id;
! ERROR: relation "pat" does not exist
! LINE 1: ...und((p1.pattern <-> p2.pattern)::numeric, 4) FROM pat p1, pa...
! ^
SELECT p1.id, p2.id, round((p1.signature <-> p2.signature)::numeric, 4) FROM pat p1, pat p2 ORDER BY p1.id, p2.id;
! ERROR: relation "pat" does not exist
! LINE 1: ...(p1.signature <-> p2.signature)::numeric, 4) FROM pat p1, pa...
! ^
SET enable_seqscan = OFF;
SELECT id FROM pat ORDER BY signature <-> (SELECT signature FROM pat WHERE id = 1) LIMIT 3;
! ERROR: relation "pat" does not exist
! LINE 1: SELECT id FROM pat ORDER BY signature <-> (SELECT signature ...
[postgres@vtiger-prod-mysql1 imgsmlr]$ make USE_PGXS=1 installcheck
/usr/local/pgsql/lib/pgxs/src/makefiles/../../src/test/regress/pg_regress --inputdir=./ --psqldir='/usr/local/pgsql/bin' --dbname=contrib_regression imgsmlr
(using postmaster on Unix socket, default port)
============== dropping database "contrib_regression" ==============
DROP DATABASE
============== creating database "contrib_regression" ==============
CREATE DATABASE
ALTER DATABASE
============== running regression test queries ==============
test imgsmlr ... FAILED
======================
1 of 1 tests failed.
The differences that caused some tests to fail can be viewed in the
file "/usr/local/src/imgsmlr/regression.diffs". A copy of the test summary that you see
above is saved in the file "/usr/local/src/imgsmlr/regression.out".
The text was updated successfully, but these errors were encountered: