postgrespro/jsquery

"make USE_PGXS=1 installcheck " Failed

didmicang opened this issue · 2 comments

Hi
I try to run the regression tests after installing jsquery and it fails with the error message
>>
+ERROR: operator is not unique: jsonb @@ unknown
+LINE 1: select '{"a": {"b": 1}}'::jsonb @@ 'a.* > 0';
+HINT: Could not choose a best candidate operator. You might need to add explicit type casts.
<<

Can you help me to solve this problem ?
Thanks in advance