[postgis-tickets] [PostGIS] #3610: Switch garden tests to utilize JSON (or JSONB) for log storage
PostGIS
trac at osgeo.org
Sat Aug 6 09:44:33 PDT 2016
#3610: Switch garden tests to utilize JSON (or JSONB) for log storage
-----------------------------------+---------------------------
Reporter: robe | Owner: strk
Type: task | Status: new
Priority: medium | Milestone: PostGIS 2.4.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+---------------------------
Right now the garden tests store results as XML which is an optional
install for postgres. I often don't build my postgresql with xml. Also
xml in general has less support now than json does.
Since JSONB exists from PostgreSQL 9.3+ and JSON for 9.2+ and is always
present, makes sense to switch to that at least for 2.4. We can do 2.3
too since we dropped support for 9.1 in 2.3.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3610>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list