Opened 6 years ago

Closed 6 years ago

#4028 closed defect (fixed)

[9.4] ERROR: type jsonb does not exist

Reported by: strk Owned by: strk
Priority: blocker Milestone: PostGIS 2.5.0
Component: postgis Version: master
Keywords: Cc:

Description

Tests are failing against PostgreSQL-9.3, due to:

ERROR: type jsonb does not exist

See https://drone.osgeo.org/postgis/postgis/987/1

Functions using jsonb should not be defined when target PostgreSQL is < 9.4

Change History (3)

comment:1 by strk, 6 years ago

Bug was introduced with r16374 (for #4006)

comment:2 by strk, 6 years ago

Owner: changed from pramsey to strk
Status: newassigned

comment:3 by strk, 6 years ago

Resolution: fixed
Status: assignedclosed

In 16416:

jsonb type is only available since PostgreSQL 9.4.0

Closes #4028 (thanks Dronie for finding out)

Note: See TracTickets for help on using tickets.