|
89 | 89 | ( 51, 'Basic hstore point count', 'SELECT count(*) FROM planet_osm_point;', 1360 ), |
90 | 90 | ( 52, 'Basic hstore line count', 'SELECT count(*) FROM planet_osm_line;', 3254 ), |
91 | 91 | ( 53, 'Basic hstore road count', 'SELECT count(*) FROM planet_osm_roads;', 375 ), |
92 | | - ( 54, 'Basic hstore polygon count', 'SELECT count(*) FROM planet_osm_polygon;', 4130 ), |
| 92 | + ( 54, 'Basic hstore polygon count', 'SELECT count(*) FROM planet_osm_polygon;', 4131 ), |
93 | 93 | ( 55, 'Basic post-diff point count', 'SELECT count(*) FROM planet_osm_point;', 1475 ), |
94 | 94 | ( 56, 'Basic post-diff line count', 'SELECT count(*) FROM planet_osm_line;', 3297 ), |
95 | 95 | ( 57, 'Basic post-diff road count', 'SELECT count(*) FROM planet_osm_roads;', 380 ), |
96 | | - ( 58, 'Basic post-diff polygon count', 'SELECT count(*) FROM planet_osm_polygon;', 4277 ), |
| 96 | + ( 58, 'Basic post-diff polygon count', 'SELECT count(*) FROM planet_osm_polygon;', 4278 ), |
97 | 97 | ( 59, 'Extra hstore full tags point count', |
98 | 98 | 'SELECT count(*) FROM planet_osm_point WHERE tags ? \'osm_user\' and tags ? \'osm_version\' and tags ? \'osm_uid\' and tags ? \'osm_changeset\'', 1360), |
99 | 99 | ( 60, 'Extra hstore full tags line count', |
100 | 100 | 'SELECT count(*) FROM planet_osm_line WHERE tags ? \'osm_user\' and tags ? \'osm_version\' and tags ? \'osm_uid\' and tags ? \'osm_changeset\'', 3254), |
101 | 101 | ( 61, 'Extra hstore full tags polygon count', |
102 | | - 'SELECT count(*) FROM planet_osm_polygon WHERE tags ? \'osm_user\' and tags ? \'osm_version\' and tags ? \'osm_uid\' and tags ? \'osm_changeset\'', 4130), |
| 102 | + 'SELECT count(*) FROM planet_osm_polygon WHERE tags ? \'osm_user\' and tags ? \'osm_version\' and tags ? \'osm_uid\' and tags ? \'osm_changeset\'', 4131), |
103 | 103 | ( 62, 'removed', 'really', 0), |
104 | 104 | ( 63, 'removed', 'really', 0), |
105 | 105 | ( 64, 'Multipolygon non copying of tags from outer with polygon tags on relation', |
|
152 | 152 | ( 93, 'Basic number of hstore points tags', 'SELECT sum(array_length(akeys(tags),1)) FROM planet_osm_point;', 4228), |
153 | 153 | ( 94, 'Basic number of hstore roads tags', 'SELECT sum(array_length(akeys(tags),1)) FROM planet_osm_roads;', 2317), |
154 | 154 | ( 95, 'Basic number of hstore lines tags', 'SELECT sum(array_length(akeys(tags),1)) FROM planet_osm_line;', 10387), |
155 | | - ( 96, 'Basic number of hstore polygons tags', 'SELECT sum(array_length(akeys(tags),1)) FROM planet_osm_polygon;', 9536), |
| 155 | + ( 96, 'Basic number of hstore polygons tags', 'SELECT sum(array_length(akeys(tags),1)) FROM planet_osm_polygon;', 9538), |
156 | 156 | ( 97, 'Diff import number of hstore points tags', 'SELECT sum(array_length(akeys(tags),1)) FROM planet_osm_point;', 4352), |
157 | 157 | ( 98, 'Diff import number of hstore roads tags', 'SELECT sum(array_length(akeys(tags),1)) FROM planet_osm_roads;', 2336), |
158 | 158 | ( 99, 'Diff import number of hstore lines tags', 'SELECT sum(array_length(akeys(tags),1)) FROM planet_osm_line;', 10505), |
159 | | - ( 100, 'Diff import number of hstore polygons tags', 'SELECT sum(array_length(akeys(tags),1)) FROM planet_osm_polygon;', 9830), |
| 159 | + ( 100, 'Diff import number of hstore polygons tags', 'SELECT sum(array_length(akeys(tags),1)) FROM planet_osm_polygon;', 9832), |
160 | 160 | #**** Tests to check if inner polygon appears when outer tags change after initially identicall inner and outer way tags in a multi-polygon **** |
161 | 161 | #**** These tests are currently broken and noted in trac ticket #2853 **** |
162 | 162 | ( 101, 'Multipolygon identical tags on inner and outer (presence of relation)', |
|
0 commit comments