[postgis-tickets] [PostGIS] #3444: Add dump/restore testing
PostGIS
trac at osgeo.org
Tue Feb 9 11:53:39 PST 2016
#3444: Add dump/restore testing
--------------------------+---------------------------
Reporter: strk | Owner: robe
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.3.0
Component: buildbots | Version: 2.2.x
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by strk):
The problem is with ORDER BY getting different order.
With --dumprestore:
{{{
RM(25)/nodes|-|21|
RM(25)/nodes|+|21|1
RM(25)/nodes|-|22|
RM(25)/nodes|+|22|1
}}}
Without:
{{{
RM(25)/nodes|+|21|1
RM(25)/nodes|-|21|
RM(25)/nodes|+|22|1
RM(25)/nodes|-|22|
}}}
The query is (in a patch of mine):
{{{
SELECT * FROM check_nodes('RM(25)/nodes') ORDER BY 3,2;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3444#comment:15>
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