Subject: | 3.7.1: type "jsonb" does not exist |
On systems with older PostgreSQL (e.g. a FreeBSD 9.2 system with 9.3.6 and a FreeBSD 10.3 system with 9.3.15) t/12placeholders.t fails:
DBD::Pg::st execute failed: ERROR: type "jsonb" does not exist
ZEILE 1: SELECT '{"a":1}'::jsonb ? 'abc' AND 123=$1
^ at t/12placeholders.t line 58.
# Looks like your test exited with 255 just after 6.
t/12placeholders.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 251/257 subtests