Skip to content

Added uri_query_json() function - #13

Open
lacanoid wants to merge 12 commits into
petere:masterfrom
lacanoid:master
Open

Added uri_query_json() function#13
lacanoid wants to merge 12 commits into
petere:masterfrom
lacanoid:master

Remove warning flag from PG_CPPFLAGS

ad26b4a
Select commit
Loading
Failed to load commit list.
Cirrus CI / Linux (Debian/Ubuntu) PGVERSION:9.3 failed Nov 10, 2025 in 1m 28s

Task Summary

Instruction test failed in 00:01

Details

⚠️ Not enough compute credits to prioritize tasks!
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:00 clone
✅ 01:22 setup
✅ 00:01 build
❌ 00:01 test

PATH=/usr/lib/postgresql/$PGVERSION/bin:$PATH
PGPORT=55435 make installcheck PGUSER=postgres
/usr/lib/postgresql/9.3/lib/pgxs/src/makefiles/../../src/test/regress/pg_regress --inputdir=./ --psqldir='/usr/lib/postgresql/9.3/bin'   --inputdir=test --dbname=contrib_regression init test escape
(using postmaster on Unix socket, port 55435)
============== dropping database "contrib_regression" ==============
NOTICE:  database "contrib_regression" does not exist, skipping
DROP DATABASE
============== creating database "contrib_regression" ==============
CREATE DATABASE
ALTER DATABASE
============== running regression test queries        ==============
test init                     ... FAILED
test test                     ... FAILED
test escape                   ... ok

======================
 2 of 3 tests failed. 
======================

The differences that caused some tests to fail can be viewed in the
file "/tmp/cirrus-ci-build/regression.diffs".  A copy of the test summary that you see
above is saved in the file "/tmp/cirrus-ci-build/regression.out".

make: *** [/usr/lib/postgresql/9.3/lib/pgxs/src/makefiles/pgxs.mk:299: installcheck] Error 1

Exit status: 2